Skip to content

Commit 79bc3bf

Browse files
committed
chore: upgrade codeql actions
1 parent 452c5ee commit 79bc3bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Initialize CodeQL
22-
uses: github/codeql-action/init@v2
22+
uses: github/codeql-action/init@v3
2323
with:
2424
languages: go
2525
- name: Perform CodeQL Analysis
26-
uses: github/codeql-action/analyze@v2
26+
uses: github/codeql-action/analyze@v3
2727

2828
trivy:
2929
name: Trivy

0 commit comments

Comments
 (0)