diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d33baca..40a7bc5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: output-file: perfectframeai-${{ needs.release-please.outputs.tag_name }}.spdx.json - name: Attest SBOM - uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0 + uses: actions/attest-sbom@c604332985a26aa8cf1bdc465b92731239ec6b9e # v4.1.0 with: subject-path: perfectframeai-${{ needs.release-please.outputs.tag_name }}.spdx.json sbom-path: perfectframeai-${{ needs.release-please.outputs.tag_name }}.spdx.json