Attempted fix of custom CodeQL configuration.

Apparently you have to put CodeQL paths-ignore statements
in a separate yml file from the GitHub Actions workflow yml,
and point to it by name. Trying that here.
This commit is contained in:
Don Cross
2022-11-07 15:43:01 -05:00
parent 5eca7d7760
commit cd2df0bc6e
2 changed files with 5 additions and 3 deletions

View File

@@ -31,9 +31,7 @@ jobs:
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
paths-ignore: 'generate/template/astronomy.*'
paths-ignore: 'generate/eclipse/*.html'
paths-ignore: '**/astronomy.browser.js'
config-file: .codeql/config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@v2