Skip to content

Commit

Permalink
build(deps): bump anchore/sbom-action from 0.15.1 to 0.15.2
Browse files Browse the repository at this point in the history
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.1 to 0.15.2.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@v0.15.1...v0.15.2)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent b1cc4aa commit 9b4c6c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devimages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

# https://github.com/marketplace/actions/anchore-sbom-action
- name: Anchore SBOM Action
uses: anchore/sbom-action@v0.15.1
uses: anchore/sbom-action@v0.15.2
with:
image: ${{ steps.meta.outputs.tags }}
dependency-snapshot: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# https://github.com/marketplace/actions/anchore-sbom-action
- name: Anchore SBOM Action
uses: anchore/sbom-action@v0.15.1
uses: anchore/sbom-action@v0.15.2
with:
image: ${{ steps.meta.outputs.tags }}
dependency-snapshot: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

# https://github.com/marketplace/actions/anchore-sbom-action
- name: Anchore SBOM Action
uses: anchore/sbom-action@v0.15.1
uses: anchore/sbom-action@v0.15.2
with:
image: ${{ steps.meta.outputs.tags }}

Expand Down

0 comments on commit 9b4c6c3

Please sign in to comment.