Skip to content

Commit cc8826f

Browse files
chore(deps): bump anchore/sbom-action from 0.17.5 to 0.17.6 (#48)
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.5 to 0.17.6. - [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.5...v0.17.6) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64ddaec commit cc8826f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Install cosign
132132
uses: sigstore/[email protected]
133133
- name: Download Syft
134-
uses: anchore/sbom-action/[email protected].5
134+
uses: anchore/sbom-action/[email protected].6
135135

136136
- name: Setup QEMU
137137
uses: docker/setup-qemu-action@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install cosign
5353
uses: sigstore/[email protected]
5454
- name: Download Syft
55-
uses: anchore/sbom-action/[email protected].5
55+
uses: anchore/sbom-action/[email protected].6
5656

5757
- name: Setup QEMU
5858
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)