Skip to content

Commit

Permalink
chore(deps): update anchore/sbom-action action to v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 2, 2024
1 parent 231a0ab commit 935790c
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].0
- uses: anchore/sbom-action/[email protected].2

- 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 @@ -31,7 +31,7 @@ jobs:
run: |
gh auth setup-git
- uses: anchore/sbom-action/[email protected].0
- uses: anchore/sbom-action/[email protected].2

- run: |
git config --global user.email "[email protected]"
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].0
- uses: anchore/sbom-action/[email protected].2

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

0 comments on commit 935790c

Please sign in to comment.