From 73e1fe36bb48a274696ce72e4e71b806aaedabe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:12:07 +0000 Subject: [PATCH] build(deps): bump anchore/sbom-action Bumps the github-actions group with 1 update in the / directory: [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `anchore/sbom-action` from 0.17.4 to 0.17.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/v0.17.4...v0.17.6) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 3cb15d6923..c27d269f4e 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -107,7 +107,7 @@ jobs: push-to-registry: ${{ inputs.pushImage }} - name: Generate SBOM - uses: anchore/sbom-action@v0.17.4 + uses: anchore/sbom-action@v0.17.6 with: image: quay.io/sustainable_computing_io/${{matrix.IMAGE_NAME}}:${{matrix.LABEL}} artifact-name: sbom-${{matrix.IMAGE_NAME}}-${{matrix.LABEL}}.json