mirror of https://github.com/apache/druid.git
Move codeql-config.yml out of the workflows folder (#15553)
Move codeql config file out of the workflows folder so github doesn't try to run it and fail the github workflow run every time a branch is updated.
This commit is contained in:
parent
48a96f5d06
commit
8bc7a5f3ac
|
@ -40,7 +40,7 @@ jobs:
|
|||
uses: github/codeql-action/init@v2
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
config-file: ./.github/workflows/codeql-config.yml
|
||||
config-file: ./.github/config/codeql-config.yml
|
||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||
# By default, queries listed here will override any specified in a config file.
|
||||
# Prefix the list here with "+" to use these queries and those in the config file.
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -2108,7 +2108,7 @@
|
|||
<exclude>.github/pull_request_template.md</exclude>
|
||||
<exclude>.github/dependabot.yml</exclude>
|
||||
<exclude>.github/workflows/codeql.yml</exclude>
|
||||
<exclude>.github/workflows/codeql-config.yml</exclude>
|
||||
<exclude>.github/config/codeql-config.yml</exclude>
|
||||
<exclude>git.version</exclude>
|
||||
<exclude>src/**/*.snap</exclude>
|
||||
<exclude>examples/conf/**</exclude>
|
||||
|
|
Loading…
Reference in New Issue