From 40a6a78c92cc74639b4138f0762a495f8ff2f599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 03:42:04 +0000 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.17.0 to 0.20.6 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.0 to 0.20.6. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/sbom-action/compare/d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5...f8bdd1d8ac5e901a77a92f111440fdb1b593736b) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c23d5f73..4c32f5e2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -405,7 +405,7 @@ jobs: run: echo "PACKAGE_VERSION=$(jq -r .version package.json)" >> $GITHUB_ENV - name: Generate SBOM - uses: anchore/sbom-action@d94f46e13c6c62f59525ac9a1e147a99dc0b9bf5 + uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b with: artifact-name: sbom-${{ github.event.repository.name }}-${{ env.PACKAGE_VERSION }}.spdx.json output-file: /${{ steps.temp-dir.outputs.path }}/sbom-${{ github.event.repository.name }}-${{ env.PACKAGE_VERSION }}.spdx.json