We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bc3bf commit 0c5e586Copy full SHA for 0c5e586
.github/workflows/security-analysis.yml
@@ -15,7 +15,7 @@ jobs:
15
security-events: write
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
19
with:
20
fetch-depth: 0
21
- name: Initialize CodeQL
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
- name: Run Trivy vulnerability scanner
@@ -43,6 +43,6 @@ jobs:
43
format: 'sarif'
44
output: 'trivy-results.sarif'
45
- name: Upload Trivy scan results
46
- uses: github/codeql-action/upload-sarif@v1
+ uses: github/codeql-action/upload-sarif@v3
47
48
sarif_file: 'trivy-results.sarif'
0 commit comments