diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3b1a6b37e..1d7f7c8fe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -362,7 +362,7 @@ jobs: - name: Generate artifact attestation for ASF-${{ matrix.variant }}.zip if: ${{ github.event_name == 'push' }} - uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0 + uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0 with: subject-path: out/ASF-${{ matrix.variant }}.zip @@ -410,7 +410,7 @@ jobs: - name: Generate artifact attestation for ArchiSteamFarm.OfficialPlugins.Monitoring if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }} - uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0 + uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0 with: subject-path: out/ArchiSteamFarm.OfficialPlugins.Monitoring.zip @@ -509,7 +509,7 @@ jobs: gpg -a -b -o SHA512SUMS.sign SHA512SUMS - name: Generate artifact attestation for SHA512SUMS - uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0 + uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0 with: subject-path: out/SHA512SUMS @@ -522,7 +522,7 @@ jobs: path: out/SHA512SUMS - name: Generate artifact attestation for SHA512SUMS.sign - uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0 + uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0 with: subject-path: out/SHA512SUMS.sign