mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-04 18:44:05 +02:00
ci: use correct upload-sarif action (github/codeql-action/upload-sarif@v2)
This commit is contained in:
parent
60cfeb7e3a
commit
628bff3657
1 changed files with 1 additions and 1 deletions
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 a new issue