Skip to content

Commit 0c5e586

Browse files
committed
chore: upgrade actions
1 parent 79bc3bf commit 0c5e586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/security-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
security-events: write
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
2121
- name: Initialize CodeQL
@@ -33,7 +33,7 @@ jobs:
3333
security-events: write
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v2
36+
uses: actions/checkout@v3
3737
with:
3838
fetch-depth: 0
3939
- name: Run Trivy vulnerability scanner
@@ -43,6 +43,6 @@ jobs:
4343
format: 'sarif'
4444
output: 'trivy-results.sarif'
4545
- name: Upload Trivy scan results
46-
uses: github/codeql-action/upload-sarif@v1
46+
uses: github/codeql-action/upload-sarif@v3
4747
with:
4848
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)