From d7b3e14aa968830fe1fa688e5eadc7a4814158c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 23:26:57 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.17.8 to 0.17.9 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.8 to 0.17.9. - [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.8...v0.17.9) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/devimages.yml | 2 +- .github/workflows/images.yml | 2 +- .github/workflows/pull_requests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/devimages.yml b/.github/workflows/devimages.yml index fb1daaf8..0c946c00 100644 --- a/.github/workflows/devimages.yml +++ b/.github/workflows/devimages.yml @@ -63,7 +63,7 @@ jobs: # https://github.com/marketplace/actions/anchore-sbom-action - name: Anchore SBOM Action - uses: anchore/sbom-action@v0.17.8 + uses: anchore/sbom-action@v0.17.9 with: image: ${{ steps.meta.outputs.tags }} dependency-snapshot: true diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 9ecfdf80..5c5b9c50 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -60,7 +60,7 @@ jobs: # https://github.com/marketplace/actions/anchore-sbom-action - name: Anchore SBOM Action - uses: anchore/sbom-action@v0.17.8 + uses: anchore/sbom-action@v0.17.9 with: image: ${{ steps.meta.outputs.tags }} dependency-snapshot: true diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index bd23edef..4154093d 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -58,7 +58,7 @@ jobs: # https://github.com/marketplace/actions/anchore-sbom-action - name: Anchore SBOM Action - uses: anchore/sbom-action@v0.17.8 + uses: anchore/sbom-action@v0.17.9 with: image: ${{ steps.meta.outputs.tags }}