diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 432dc431..b9f57942 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -100,7 +100,7 @@ jobs: NPM_CONFIG_PROVENANCE: true - name: Generate SBOM - uses: anchore/sbom-action@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 + uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b with: artifact-name: sbom-${{ github.event.repository.name }}-${{ inputs.version_tag }}.spdx.json output-file: /${{ steps.temp-dir.outputs.path }}/sbom-${{ github.event.repository.name }}-${{ inputs.version_tag }}.spdx.json