Skip to content

Commit

Permalink
chore(deps): bump anchore/sbom-action from 0.17.9 to 0.18.0 (#259)
Browse files Browse the repository at this point in the history
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.9 to 0.18.0.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](anchore/sbom-action@v0.17.9...v0.18.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 24, 2025
1 parent 7b8f036 commit 9019962
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version-file: go.mod

- name: Install syft for sbom generation
uses: anchore/sbom-action/download-syft@v0.17.9
uses: anchore/sbom-action/download-syft@v0.18.0

- name: Build snapshot artifacts
uses: goreleaser/goreleaser-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
}' > ~/.config/kathara.conf
- name: Install syft for sbom generation
uses: anchore/sbom-action/download-syft@v0.17.9
uses: anchore/sbom-action/download-syft@v0.18.0

- name: Build binary for e2e
uses: goreleaser/goreleaser-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
password: ${{ secrets.MTR_PASSWORD }}

- name: Install syft for sbom generation
uses: anchore/sbom-action/download-syft@v0.17.9
uses: anchore/sbom-action/download-syft@v0.18.0

- name: Build, push & release
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit 9019962

Please sign in to comment.