From 108560ff55e35c54b3eab63b8c9e3086572eb5af Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sat, 6 Nov 2021 22:20:05 -0700 Subject: [PATCH] Move the file - it was trying to triggr stuff. --- .github/codeql-config.yml | 8 ++++++++ .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .github/codeql-config.yml diff --git a/.github/codeql-config.yml b/.github/codeql-config.yml new file mode 100644 index 000000000..2fd188d21 --- /dev/null +++ b/.github/codeql-config.yml @@ -0,0 +1,8 @@ +name: "CodeQL config" +queries: + - uses: security-and-quality +paths-ignore: + - share/tools/web_config/js/angular.js + - share/tools/web_config/js/angular-route.js + - share/tools/web_config/js/angular-sanitize.js + - pcre2/ diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 70f892bcd..9eafef22f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,7 +45,7 @@ jobs: uses: github/codeql-action/init@v1 with: languages: ${{ matrix.language }} - config-file: ./.github/workflows/codeql-config.yml + config-file: ./.github/codeql-config.yml # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below)