Skip to content

Commit 87d5791

Browse files
Bump anchore/sbom-action from 0.16.0 to 0.16.1 (#851)
* Bump anchore/sbom-action from 0.16.0 to 0.16.1 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](anchore/sbom-action@e8d2a69...95b086a) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29fcdd8 commit 87d5791

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ jobs:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272

7373
- name: Generate SBOM
74-
uses: anchore/sbom-action@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
75-
if: runner.os != 'Windows' # HACK Disabled due to https://github.com/anchore/sbom-action/issues/472
74+
uses: anchore/sbom-action@95b086ac308035dc0850b3853be5b7ab108236a8 # v0.16.1
7675
with:
7776
artifact-name: build-${{ matrix.os-name }}.spdx.json
7877
output-file: ./artifacts/build.spdx.json

0 commit comments

Comments
 (0)