Skip to content

Commit

Permalink
fix(sbom): add version to anchore/sbom-action/download-syft
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit authored and innobead committed Aug 2, 2024
1 parent 874737e commit edc0e4d
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/download-syft
- uses: anchore/sbom-action/download-syft@v0.17.0

- 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/download-syft
- uses: anchore/sbom-action/download-syft@v0.17.0

- 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/download-syft
- uses: anchore/sbom-action/download-syft@v0.17.0

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

0 comments on commit edc0e4d

Please sign in to comment.