Move the file - it was trying to triggr stuff.

This commit is contained in:
Aaron Gyes 2021-11-06 22:20:05 -07:00
parent fdc0f2f6a7
commit 108560ff55
2 changed files with 9 additions and 1 deletions

8
.github/codeql-config.yml vendored Normal file
View file

@ -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/

View file

@ -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)