@@ -362,7 +362,7 @@ jobs:
362362
363363 - name : Generate artifact attestation for ASF-${{ matrix.variant }}.zip
364364 if : ${{ github.event_name == 'push' }}
365- uses : actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1 .0
365+ uses : actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2 .0
366366 with :
367367 subject-path : out/ASF-${{ matrix.variant }}.zip
368368
@@ -410,7 +410,7 @@ jobs:
410410
411411 - name : Generate artifact attestation for ArchiSteamFarm.OfficialPlugins.Monitoring
412412 if : ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }}
413- uses : actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1 .0
413+ uses : actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2 .0
414414 with :
415415 subject-path : out/ArchiSteamFarm.OfficialPlugins.Monitoring.zip
416416
@@ -509,7 +509,7 @@ jobs:
509509 gpg -a -b -o SHA512SUMS.sign SHA512SUMS
510510
511511 - name : Generate artifact attestation for SHA512SUMS
512- uses : actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1 .0
512+ uses : actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2 .0
513513 with :
514514 subject-path : out/SHA512SUMS
515515
@@ -522,7 +522,7 @@ jobs:
522522 path : out/SHA512SUMS
523523
524524 - name : Generate artifact attestation for SHA512SUMS.sign
525- uses : actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1 .0
525+ uses : actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2 .0
526526 with :
527527 subject-path : out/SHA512SUMS.sign
528528
0 commit comments