Commit 62ebd27 1 parent c319ca9 commit 62ebd27 Copy full SHA for 62ebd27
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 44
44
- name : Install dependencies
45
45
run : |
46
46
# Install necessary packages
47
+ sudo apt-get update
47
48
sudo apt-get install libasound2-dev pulseaudio
48
49
python3 -m venv .venv
49
50
source ".venv/bin/activate"
56
57
57
58
# Initializes the CodeQL tools for scanning.
58
59
- name : Initialize CodeQL
59
- uses : github/codeql-action/init@v2
60
+ uses : github/codeql-action/init@v3
60
61
with :
61
62
languages : ${{ matrix.language }}
62
63
# If you wish to specify custom queries, you can do so here or in a config file.
68
69
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
69
70
# If this step fails, then you should remove it and run the build manually (see below)
70
71
- name : Autobuild
71
- uses : github/codeql-action/autobuild@v2
72
+ uses : github/codeql-action/autobuild@v3
72
73
73
74
# ℹ️ Command-line programs to run using the OS shell.
74
75
# 📚 https://git.io/JvXDl
82
83
# make release
83
84
84
85
- name : Perform CodeQL Analysis
85
- uses : github/codeql-action/analyze@v2
86
+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments