mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-15 06:21:29 -06:00
ci: use correct upload-sarif action (github/codeql-action/upload-sarif@v2)
This commit is contained in:
parent
60cfeb7e3a
commit
628bff3657
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
severity: CRITICAL,HIGH
|
||||
|
||||
- name: Upload SARIF results to GitHub Code Scanning (best-effort)
|
||||
uses: github/code-scanning-action/upload-sarif@v2
|
||||
uses: github/codeql-action/upload-sarif@v2
|
||||
continue-on-error: true
|
||||
with:
|
||||
sarif_file: 'trivy-results.sarif'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user