Skip to content

Commit d323606

Browse files
Update github/codeql-action action to v3
1 parent 2b64f6a commit d323606

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
# Initializes the CodeQL tools for scanning.
2323
- name: Initialize CodeQL
24-
uses: github/codeql-action/init@v2
24+
uses: github/codeql-action/init@v3
2525
with:
2626
languages: ${{ matrix.language }}
2727
- name: Autobuild
28-
uses: github/codeql-action/autobuild@v2
28+
uses: github/codeql-action/autobuild@v3
2929
- name: Perform CodeQL Analysis
30-
uses: github/codeql-action/analyze@v2
30+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)