mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 13:23:09 +00:00
Move the file - it was trying to triggr stuff.
This commit is contained in:
parent
fdc0f2f6a7
commit
108560ff55
2 changed files with 9 additions and 1 deletions
8
.github/codeql-config.yml
vendored
Normal file
8
.github/codeql-config.yml
vendored
Normal 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/
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue