Skip to content

Commit

Permalink
chore(deps): update anchore/sbom-action action to v0.15.8 (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 71f991e commit a250458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base-goreleaser-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
go-version: 1.21

- uses: anchore/sbom-action/[email protected].7
- uses: anchore/sbom-action/[email protected].8

- name: Generate the sources
run: make generate-sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/base-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
go-version: 1.21

- uses: anchore/sbom-action/[email protected].7
- uses: anchore/sbom-action/[email protected].8

- name: Generate distribution sources
run: make generate-sources
Expand Down

0 comments on commit a250458

Please sign in to comment.