diff --git a/.github/workflows/ci-linux-crossbuild.yml b/.github/workflows/ci-linux-crossbuild.yml index 12c6e76..74543bf 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@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 + uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 with: subject-path: ${{ env.binary_path }} diff --git a/.github/workflows/ci-linux-emulation.yml b/.github/workflows/ci-linux-emulation.yml index 3fe214c..b78d41b 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@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 + uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 with: subject-path: ${{ env.binary_path }} diff --git a/.github/workflows/ci-osx.yml b/.github/workflows/ci-osx.yml index 4e536fb..5dd5ea6 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@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 + uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 with: subject-path: ${{ env.binary_path }} diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 470fcd9..7f7b849 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@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 + uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 with: subject-path: | ${{ matrix.name }}-${{ matrix.arch }}-win${{ matrix.filename }}.zip