Skip to content

Commit

Permalink
chore(deps): update anchore/sbom-action action to v0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 14, 2024
1 parent 6fef615 commit 2a821ee
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].2
- uses: anchore/sbom-action/[email protected].3

- 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].2
- uses: anchore/sbom-action/[email protected].3
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].2
- uses: anchore/sbom-action/[email protected].3

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

0 comments on commit 2a821ee

Please sign in to comment.