diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3009b6..dfbf27c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -177,7 +177,7 @@ jobs: artifact-name: game-${{ needs.prepare.outputs.version }} - name: Generate artifact attestation - uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 + uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 id: attest with: subject-path: game-${{ needs.prepare.outputs.version }}.zip @@ -187,7 +187,7 @@ jobs: - name: Generate SBOM attestation id: attestsbom - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 with: subject-path: game-${{ needs.prepare.outputs.version }}.zip sbom-path: game-${{ needs.prepare.outputs.version }}.spdx.json