Skip to content

Commit 9019962

Browse files
chore(deps): bump anchore/sbom-action from 0.17.9 to 0.18.0 (#259)
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>
1 parent 7b8f036 commit 9019962

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version-file: go.mod
2323

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

2727
- name: Build snapshot artifacts
2828
uses: goreleaser/goreleaser-action@v6

.github/workflows/e2e_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
}' > ~/.config/kathara.conf
4646
4747
- name: Install syft for sbom generation
48-
uses: anchore/sbom-action/download-syft@v0.17.9
48+
uses: anchore/sbom-action/download-syft@v0.18.0
4949

5050
- name: Build binary for e2e
5151
uses: goreleaser/goreleaser-action@v6

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
password: ${{ secrets.MTR_PASSWORD }}
4040

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

4444
- name: Build, push & release
4545
uses: goreleaser/goreleaser-action@v6

0 commit comments

Comments
 (0)