Skip to content

Commit afca1a3

Browse files
committed
Fix CodeQL version to 2.13.5 according to codeql-coding-standards
1 parent ea16918 commit afca1a3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/codeql_autosar.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
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"
2424
unzip "${GITHUB_WORKSPACE}/build/code-scanning-cpp-query-pack-2.23.0.zip" -d "${GITHUB_WORKSPACE}/build"
2525
- 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
2729
2830
- name: Install Python dependencies
2931
run: |
@@ -41,7 +43,8 @@ jobs:
4143
- name: Initialize CodeQL
4244
uses: github/codeql-action/init@v3
4345
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
4548
languages: cpp
4649
config: |
4750
disable-default-queries: true

0 commit comments

Comments
 (0)