Skip to content

Commit

Permalink
Bump anchore/sbom-action from 0.16.0 to 0.16.1 (#462)
Browse files Browse the repository at this point in the history
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent f1b1714 commit 14ba366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
prerelease: ${{ inputs.prerelease }}

- name: Generate SBOM
uses: anchore/sbom-action@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
uses: anchore/sbom-action@95b086ac308035dc0850b3853be5b7ab108236a8 # v0.16.1
with:
artifact-name: sbom-${{ github.event.repository.name }}-${{ inputs.tag }}.spdx.json
output-file: sbom-${{ github.event.repository.name }}-${{ inputs.tag }}.spdx.json
upload-artifact-retention: 1

- name: Publish SBOM
uses: anchore/sbom-action/publish-sbom@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
uses: anchore/sbom-action/publish-sbom@95b086ac308035dc0850b3853be5b7ab108236a8 # v0.16.1
with:
sbom-artifact-match: ".*${{ inputs.tag }}.spdx\\.json"
2 changes: 1 addition & 1 deletion .github/workflows/version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Generate SBOM
uses: anchore/sbom-action@e8d2a6937ecead383dfe75190d104edd1f9c5751
uses: anchore/sbom-action@95b086ac308035dc0850b3853be5b7ab108236a8
with:
artifact-name: sbom-${{ github.event.repository.name }}-${{ inputs.version_tag }}.spdx.json
output-file: sbom-${{ github.event.repository.name }}-${{ inputs.version_tag }}.spdx.json
Expand Down

0 comments on commit 14ba366

Please sign in to comment.