Skip to content

Commit 485f914

Browse files
authored
CodeQL: bump deprecated GitHub Action
Changelog: None Ticket: None Signed-off-by: jakub-nt <175944085+jakub-nt@users.noreply.github.com>
1 parent 25cb0e6 commit 485f914

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
@@ -29,15 +29,15 @@ jobs:
2929
submodules: recursive
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@v2
32+
uses: github/codeql-action/init@v3
3333
with:
3434
languages: ${{ matrix.language }}
3535
queries: +security-and-quality
3636
config-file: .github/codeql/codeql-config.yml
3737

3838
- name: Autobuild (Python)
3939
if: ${{ matrix.language == 'python' }}
40-
uses: github/codeql-action/autobuild@v2
40+
uses: github/codeql-action/autobuild@v3
4141

4242
- name: Install dependencies (C)
4343
if: ${{ matrix.language == 'cpp' }}
@@ -48,6 +48,6 @@ jobs:
4848
run: ./autogen.sh && make
4949

5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@v2
51+
uses: github/codeql-action/analyze@v3
5252
with:
5353
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)