Skip to content

Commit 79c1d7d

Browse files
Update github/codeql-action action to v4
1 parent 1132f7b commit 79c1d7d

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@v4
2525
with:
2626
languages: ${{ matrix.language }}
2727
- name: Autobuild
28-
uses: github/codeql-action/autobuild@v2
28+
uses: github/codeql-action/autobuild@v4
2929
- name: Perform CodeQL Analysis
30-
uses: github/codeql-action/analyze@v2
30+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)