We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e996df commit 7b39845Copy full SHA for 7b39845
.github/codeql-config.yml
@@ -0,0 +1,4 @@
1
+name: "My CodeQL config"
2
+
3
+paths-ignore:
4
+ - test
.github/workflows/codeql.yml
@@ -3,13 +3,11 @@ name: Run CodeQL
on:
schedule:
5
- cron: 0 0 * * *
6
+ workflow_dispatch:
7
8
permissions:
9
contents: read
10
-paths-to-ignore:
11
- - test
12
-
13
jobs:
14
analyze:
15
name: Analyze
@@ -33,6 +31,7 @@ jobs:
33
31
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
34
32
with:
35
languages: ${{ matrix.language }}
+ config-file: ./.github/codeql-config.yml
36
37
- name: Autobuild
38
uses: github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
0 commit comments