Skip to content

Commit

Permalink
fix: erroneous action version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bkenez committed Jan 13, 2025
1 parent f4c5c9a commit 5cab2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Trivy Scan
uses: aquasecurity/trivy-action@v0.29.0
uses: aquasecurity/trivy-action@0.29.0
with:
hide-progress: true
scan-type: config
Expand Down

0 comments on commit 5cab2d9

Please sign in to comment.