ci: Don't use digest

This commit is contained in:
Bernd Schorgers 2024-03-12 13:12:13 +01:00
parent 6cc6de7ac4
commit 06958a733c
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
7 changed files with 8 additions and 8 deletions

View file

@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ inputs.checkoutCommit }} ref: ${{ inputs.checkoutCommit }}

View file

@ -32,14 +32,14 @@ jobs:
private-key: "${{ secrets.BJWS_APP_PRIVATE_KEY }}" private-key: "${{ secrets.BJWS_APP_PRIVATE_KEY }}"
- name: Checkout charts branch - name: Checkout charts branch
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 uses: actions/checkout@v4
with: with:
token: ${{ steps.app-token.outputs.token }} token: ${{ steps.app-token.outputs.token }}
path: "src" path: "src"
fetch-depth: 0 fetch-depth: 0
- name: Checkout gh-pages branch - name: Checkout gh-pages branch
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 uses: actions/checkout@v4
with: with:
token: ${{ steps.app-token.outputs.token }} token: ${{ steps.app-token.outputs.token }}
path: "dest" path: "dest"

View file

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Checkout chart sources - name: Checkout chart sources
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0

View file

@ -30,7 +30,7 @@ jobs:
applicationChartsToRelease: ${{ steps.collect-charts.outputs.chartsApplicationToRelease }} applicationChartsToRelease: ${{ steps.collect-charts.outputs.chartsApplicationToRelease }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0

View file

@ -64,7 +64,7 @@ jobs:
commonLibraryUpdated: ${{ contains(fromJSON(steps.changed-charts.outputs.charts), 'library/common') }} commonLibraryUpdated: ${{ contains(fromJSON(steps.changed-charts.outputs.charts), 'library/common') }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 uses: actions/checkout@v4
- name: Run against changes - name: Run against changes
uses: pre-commit/action@v3.0.1 uses: pre-commit/action@v3.0.1

View file

@ -32,7 +32,7 @@ jobs:
private-key: "${{ secrets.BJWS_APP_PRIVATE_KEY }}" private-key: "${{ secrets.BJWS_APP_PRIVATE_KEY }}"
- name: Checkout chart sources - name: Checkout chart sources
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 uses: actions/checkout@v4
with: with:
token: ${{ steps.app-token.outputs.token }} token: ${{ steps.app-token.outputs.token }}
fetch-depth: 0 fetch-depth: 0