Skip to content

Commit 2350293

Browse files
authored
chore: upgrade codeql version 3 (#9465)
1 parent 8e34326 commit 2350293

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ jobs:
6969
make generate test-go-generate
7070
7171
- name: Initialize CodeQL
72-
uses: github/codeql-action/init@v2
72+
uses: github/codeql-action/init@v3
7373
with:
7474
languages: ${{ matrix.language }}
7575

7676
- name: Autobuild
77-
uses: github/codeql-action/autobuild@v2
77+
uses: github/codeql-action/autobuild@v3
7878

7979
- name: Perform CodeQL Analysis
80-
uses: github/codeql-action/analyze@v2
80+
uses: github/codeql-action/analyze@v3
8181
with:
8282
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)