diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ad1d95ca4..296db9842 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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 + uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 + uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 + uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 + uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0 with: subject-path: out/SHA512SUMS.sign