Skip to content

Commit 62ebd27

Browse files
authored
Update CodeQL to v3 (#2312)
* use codeql v3 * make sure there's always an update
1 parent c319ca9 commit 62ebd27

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codeql-analysis_v3.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: |
4646
# Install necessary packages
47+
sudo apt-get update
4748
sudo apt-get install libasound2-dev pulseaudio
4849
python3 -m venv .venv
4950
source ".venv/bin/activate"
@@ -56,7 +57,7 @@ jobs:
5657
5758
# Initializes the CodeQL tools for scanning.
5859
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@v2
60+
uses: github/codeql-action/init@v3
6061
with:
6162
languages: ${{ matrix.language }}
6263
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +69,7 @@ jobs:
6869
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6970
# If this step fails, then you should remove it and run the build manually (see below)
7071
- name: Autobuild
71-
uses: github/codeql-action/autobuild@v2
72+
uses: github/codeql-action/autobuild@v3
7273

7374
# ℹ️ Command-line programs to run using the OS shell.
7475
# 📚 https://git.io/JvXDl
@@ -82,4 +83,4 @@ jobs:
8283
# make release
8384

8485
- name: Perform CodeQL Analysis
85-
uses: github/codeql-action/analyze@v2
86+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)