From f15f0b5a6d394d29ee798bde215e851d5c1d15b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 03:25:46 +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.1 to 0.20.4 - [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/9246b90769f852b3a8921f330c59e0b3f439d6e9...7b36ad622f042cab6f59a75c2ac24ccb256e9b45) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.4 dependency-type: direct:production update-type: version-update:semver-patch 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 fd3d74a..5e0a1f9 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@9246b90769f852b3a8921f330c59e0b3f439d6e9 + uses: anchore/sbom-action@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 with: upload-artifact: false upload-release-assets: false