mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-19 06:17:03 -04:00
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:
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user