diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44f5d504..fa4903ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: code: ${{ steps.filter.outputs.code }} steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false @@ -82,7 +82,7 @@ jobs: fromJSON(needs.changes.outputs.code) == true steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false fetch-depth: 0 @@ -157,7 +157,7 @@ jobs: fromJSON(needs.changes.outputs.code) == true steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false @@ -198,7 +198,7 @@ jobs: fromJSON(needs.changes.outputs.code) == true steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false @@ -237,7 +237,7 @@ jobs: if: fromJSON(needs.changes.outputs.code) == true steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false @@ -346,7 +346,7 @@ jobs: fromJSON(needs.changes.outputs.code) == true steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false @@ -387,7 +387,7 @@ jobs: # if: ... is not needed because calculate-version will not run if we disable building the docker container steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false @@ -465,7 +465,7 @@ jobs: (needs.changes.outputs.code == 'true') steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false diff --git a/.github/workflows/lint-commits.yml b/.github/workflows/lint-commits.yml index 4556a306..4e9b2ba3 100644 --- a/.github/workflows/lint-commits.yml +++ b/.github/workflows/lint-commits.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false fetch-depth: 0 diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 4ebb51fd..bef6e6b3 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repo - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96779392..b448527f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: exit 1 - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false token: ${{ secrets.TOKEN_TO_TRIGGER_SUBSEQUENT_WORKFLOWS }} diff --git a/.github/workflows/retag-containers-after-push.yml b/.github/workflows/retag-containers-after-push.yml index ef96d391..2002f980 100644 --- a/.github/workflows/retag-containers-after-push.yml +++ b/.github/workflows/retag-containers-after-push.yml @@ -55,7 +55,7 @@ jobs: fromJSON(needs.repo-has-container.outputs.has_container) == true steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false fetch-depth: 2 diff --git a/.github/workflows/semantic-tags-after-release.yml b/.github/workflows/semantic-tags-after-release.yml index d9b18e1c..8e9d7c9e 100644 --- a/.github/workflows/semantic-tags-after-release.yml +++ b/.github/workflows/semantic-tags-after-release.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repo - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false @@ -119,7 +119,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repo - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 92288a3d..7428a65b 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 28dca4c3..042a91a3 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -27,7 +27,7 @@ jobs: exit 1 - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: show-progress: false