Skip to content

Commit

Permalink
Merge pull request #173 from authzed/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…/codeql-action-3

Bump github/codeql-action from 2 to 3
vroldanbet authored Mar 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 820a127 + b627456 commit 10eaa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -70,6 +70,6 @@ jobs:
output: "trivy-results.sarif"
severity: "CRITICAL"
- name: "Upload Trivy scan results to GitHub Security tab"
uses: "github/codeql-action/upload-sarif@v2"
uses: "github/codeql-action/upload-sarif@v3"
with:
sarif_file: "trivy-results.sarif"

0 comments on commit 10eaa9f

Please sign in to comment.