Skip to content

Commit

Permalink
[#485] Add CodeQL queries for AUTOSAR
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Jun 14, 2023
1 parent fb0eb99 commit b8fdd26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql_autosar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
submodules: recursive

- name: Clone CodeQL queries which support various Coding Standards
- run: git clone https://github.com/github/codeql-coding-standards.git ./3rdparty/cpp/codeql-coding-standards

- name: Install dependencies
run: sudo apt-get install cmake doxygen graphviz

Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@
path = benchmarks/datasets
url = https://github.com/ndsev/zserio-datasets.git
branch = master
[submodule "3rdparty/cpp/codeql-coding-standards"]
path = 3rdparty/cpp/codeql-coding-standards
url = https://github.com/github/codeql-coding-standards.git
1 change: 0 additions & 1 deletion 3rdparty/cpp/codeql-coding-standards
Submodule codeql-coding-standards deleted from ce58a5

0 comments on commit b8fdd26

Please sign in to comment.