Skip to content

Commit

Permalink
chore: Bump github/codeql-action from 2 to 3 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent dc3de04 commit 5e92efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ignore-unfixed: true
severity: 'CRITICAL,HIGH'
- name: Upload Trivy filesystem scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: 'trivy-filesystem-results.sarif'
Expand All @@ -43,7 +43,7 @@ jobs:
severity: 'CRITICAL,HIGH'
output: 'trivy-image-results.sarif'
- name: Upload Trivy image scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: 'trivy-image-results.sarif'

0 comments on commit 5e92efe

Please sign in to comment.