From 13c40adac0fdd8939478aa0d3e3d8dfc017700fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 02:44:18 +0000 Subject: [PATCH] build(deps): Bump anchore/sbom-action in the actions-minor group Bumps the actions-minor group with 1 update: [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `anchore/sbom-action` from 0.20.4 to 0.23.0 - [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/7b36ad622f042cab6f59a75c2ac24ccb256e9b45...17ae1740179002c89186b61233e0f892c3118b11) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/attest-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/attest-and-deploy.yml b/.github/workflows/attest-and-deploy.yml index 499dbd7..819059a 100644 --- a/.github/workflows/attest-and-deploy.yml +++ b/.github/workflows/attest-and-deploy.yml @@ -30,7 +30,7 @@ jobs: # Generate SBOM from the dependencies (scanning the workspace directory) - name: Generate SBOM - uses: anchore/sbom-action@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 + uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 with: upload-artifact: false upload-release-assets: false