From 290295a199b6ebf8c12a63a7316cb007083bf082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 07:00:26 +0000 Subject: [PATCH] ci(deps): bump anchore/sbom-action from 0.20.6 to 0.20.8 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.20.6 to 0.20.8. - [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/f8bdd1d8ac5e901a77a92f111440fdb1b593736b...aa0e114b2e19480f157109b9922bda359bd98b90) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1aaaa4a..ad7d502 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -110,21 +110,21 @@ jobs: subject-path: ${{ env.PACKAGE_FILE }} - name: Generate SPDX JSON SBOM - uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6 + uses: anchore/sbom-action@aa0e114b2e19480f157109b9922bda359bd98b90 # v0.20.8 with: path: . format: 'spdx-json' output-file: 'create-claude-${{ env.VERSION }}.sbom.spdx.json' - name: Generate CycloneDX JSON SBOM - uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6 + uses: anchore/sbom-action@aa0e114b2e19480f157109b9922bda359bd98b90 # v0.20.8 with: path: . format: 'cyclonedx-json' output-file: 'create-claude-${{ env.VERSION }}.sbom.cyclonedx.json' - name: Generate CycloneDX XML SBOM - uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6 + uses: anchore/sbom-action@aa0e114b2e19480f157109b9922bda359bd98b90 # v0.20.8 with: path: . format: 'cyclonedx-xml'