Skip to content

Commit 6e7b444

Browse files
authored
Update codeql.yml
1 parent 07ea84c commit 6e7b444

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
uses: github/codeql-action/init@v2
3131
with:
3232
languages: ${{ matrix.language }}
33-
queries: +security-and-quality
34-
paths-ignore:
35-
- "exodus/static/admin/js/**"
33+
config-file: ./.github/codeql/codeql-config.yml
3634

3735
- name: Autobuild
3836
uses: github/codeql-action/autobuild@v2

0 commit comments

Comments
 (0)