Skip to content

Commit

Permalink
Bump anchore/sbom-action from 0.15.5 to 0.15.8 (#255)
Browse files Browse the repository at this point in the history
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.5 to 0.15.8.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@24b0d52...b6a39da)

---
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 Feb 21, 2024
1 parent f99a822 commit 64c34a2
Showing 1 changed file with 2 additions and 2 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@24b0d5238516480139aa8bc6f92eeb7b54a9eb0a # v0.15.5
uses: anchore/sbom-action@b6a39da80722a2cb0ef5d197531764a89b5d48c3 # v0.15.8
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@24b0d5238516480139aa8bc6f92eeb7b54a9eb0a # v0.15.5
uses: anchore/sbom-action/publish-sbom@b6a39da80722a2cb0ef5d197531764a89b5d48c3 # v0.15.8
with:
sbom-artifact-match: ".*${{ inputs.tag }}.spdx\\.json"

0 comments on commit 64c34a2

Please sign in to comment.