Skip to content

Commit

Permalink
chore(deps): update anchore/sbom-action action to v0.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and innobead committed Nov 13, 2024
1 parent bca2121 commit eca42cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
gh auth setup-git
- uses: anchore/sbom-action/[email protected].3
- uses: anchore/sbom-action/[email protected].7

- run: |
git config --global user.email "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
gh auth setup-git
- uses: anchore/sbom-action/[email protected].3
- uses: anchore/sbom-action/[email protected].7
if: steps.check_sprint_build_required.outcome == 'success'

- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
gh auth setup-git
- uses: anchore/sbom-action/[email protected].3
- uses: anchore/sbom-action/[email protected].7

- run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit eca42cb

Please sign in to comment.