Skip to content

Commit 8e31cd2

Browse files
drakenclimberpcmoore
authored andcommitted
github: bump codeql version to @V3
Signed-off-by: Tom Hromatka <[email protected]> Signed-off-by: Paul Moore <[email protected]> (imported from commit 25f311a)
1 parent dd759e8 commit 8e31cd2

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
@@ -28,10 +28,10 @@ jobs:
2828
- name: Initialize libseccomp
2929
uses: ./.github/actions/setup
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v2
31+
uses: github/codeql-action/init@v3
3232
with:
3333
languages: ${{ matrix.language }}
3434
- name: Autobuild
35-
uses: github/codeql-action/autobuild@v2
35+
uses: github/codeql-action/autobuild@v3
3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v2
37+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)