diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index b28e336..1b10163 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -39,7 +39,7 @@ jobs: persist-credentials: false - name: Run zizmor 🌈 - uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1 + uses: zizmorcore/zizmor-action@3dc1ecc9bcb9e94e9b2c709687979e1298497054 # v0.6.2 editorconfig-checker: runs-on: ubuntu-24.04-arm diff --git a/.github/workflows/ci-linux-crossbuild.yml b/.github/workflows/ci-linux-crossbuild.yml index 5c97bb0..7f6dc13 100644 --- a/.github/workflows/ci-linux-crossbuild.yml +++ b/.github/workflows/ci-linux-crossbuild.yml @@ -158,7 +158,7 @@ jobs: run: printf '%s\n' "release_tag=${release_tag}" >> $GITHUB_OUTPUT - name: Generate artifact attestation - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-path: ${{ env.binary_path }} diff --git a/.github/workflows/ci-linux-emulation.yml b/.github/workflows/ci-linux-emulation.yml index 1e2e144..9a13baf 100644 --- a/.github/workflows/ci-linux-emulation.yml +++ b/.github/workflows/ci-linux-emulation.yml @@ -118,7 +118,7 @@ jobs: run: printf '%s\n' "release_tag=${release_tag}" >> $GITHUB_OUTPUT - name: Generate artifact attestation - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-path: ${{ env.binary_path }} diff --git a/.github/workflows/ci-osx.yml b/.github/workflows/ci-osx.yml index f5c0302..3dcb9b0 100644 --- a/.github/workflows/ci-osx.yml +++ b/.github/workflows/ci-osx.yml @@ -123,7 +123,7 @@ jobs: run: printf '%s\n' "release_tag=${release_tag}" >> "$GITHUB_OUTPUT" - name: Generate artifact attestation - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-path: ${{ env.binary_path }} diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 466048d..120667c 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -82,7 +82,7 @@ jobs: run: Compress-Archive -Path "${{ matrix.name }}/bin/*" -DestinationPath "${{ matrix.name }}-${{ matrix.arch }}-win${{ matrix.filename }}.zip" - name: Generate artifact attestation - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-path: | ${{ matrix.name }}-${{ matrix.arch }}-win${{ matrix.filename }}.zip