Commit afca1a3 1 parent ea16918 commit afca1a3 Copy full SHA for afca1a3
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 23
23
wget https://github.com/github/codeql-coding-standards/releases/download/v2.23.0/code-scanning-cpp-query-pack-2.23.0.zip -P "${GITHUB_WORKSPACE}/build"
24
24
unzip "${GITHUB_WORKSPACE}/build/code-scanning-cpp-query-pack-2.23.0.zip" -d "${GITHUB_WORKSPACE}/build"
25
25
- name : Install dependencies
26
- run : sudo apt-get install cmake doxygen graphviz
26
+ run : |
27
+ sudo apt-get update
28
+ sudo apt-get install cmake doxygen graphviz
27
29
28
30
- name : Install Python dependencies
29
31
run : |
41
43
- name : Initialize CodeQL
42
44
uses : github/codeql-action/init@v3
43
45
with :
44
- tools : https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.15.5/codeql-bundle-linux64.tar.gz
46
+ # used codeql version is specified in codeql-coding-standards/supported_codeql_configs.json file
47
+ tools : https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.13.5/codeql-bundle-linux64.tar.gz
45
48
languages : cpp
46
49
config : |
47
50
disable-default-queries: true
You can’t perform that action at this time.
0 commit comments