From b8fdd26eda0516c5c9c41a8aae02bedf482d3423 Mon Sep 17 00:00:00 2001 From: Miki Rozloznik Date: Wed, 14 Jun 2023 15:16:40 +0200 Subject: [PATCH] [#485] Add CodeQL queries for AUTOSAR --- .github/workflows/codeql_autosar.yml | 3 +++ .gitmodules | 3 --- 3rdparty/cpp/codeql-coding-standards | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 160000 3rdparty/cpp/codeql-coding-standards diff --git a/.github/workflows/codeql_autosar.yml b/.github/workflows/codeql_autosar.yml index 35ea66fcf..342413ead 100644 --- a/.github/workflows/codeql_autosar.yml +++ b/.github/workflows/codeql_autosar.yml @@ -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 diff --git a/.gitmodules b/.gitmodules index 3e14fcefd..74207fd27 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/3rdparty/cpp/codeql-coding-standards b/3rdparty/cpp/codeql-coding-standards deleted file mode 160000 index ce58a5300..000000000 --- a/3rdparty/cpp/codeql-coding-standards +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ce58a5300161045bc0452c1bb564510c1d1a99ae