Skip to content

Commit

Permalink
Merge pull request #51 from djerfy/dependabot/github_actions/github/c…
Browse files Browse the repository at this point in the history
…odeql-action-3

dependabot(github-actions): bump github/codeql-action from 2 to 3
  • Loading branch information
djerfy authored Dec 14, 2023
2 parents 11bcf0c + 3cfad1a commit 662dc81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
vuln-type: os,library
severity: CRITICAL
- name: Trivy upload scan results
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
if: github.event_name != 'pull_request'
with:
sarif_file: trivy-results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
vuln-type: os,library
severity: CRITICAL
- name: Trivy upload scan results
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
if: github.event_name != 'pull_request'
with:
sarif_file: trivy-results.sarif

0 comments on commit 662dc81

Please sign in to comment.