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 74ebdb4 commit 6dc896cCopy full SHA for 6dc896c
.github/codeql/config.yml
@@ -0,0 +1,2 @@
1
+paths-ignore:
2
+ - '__tests__/**'
.github/workflows/codeql-analysis.yml
@@ -1,4 +1,4 @@
-name: "CodeQL"
+name: 'CodeQL'
3
on:
4
push:
@@ -17,19 +17,15 @@ jobs:
17
contents: read
18
security-events: write
19
20
- strategy:
21
- fail-fast: false
22
- matrix:
23
- language: [ 'javascript' ]
24
-
25
steps:
26
- name: Checkout repository
27
uses: actions/checkout@v3
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v2
31
with:
32
- languages: ${{ matrix.language }}
+ config-file: ./.github/codeql/config.yml
+ languages: javascript
33
34
- name: Perform CodeQL Analysis
35
uses: github/codeql-action/analyze@v2
0 commit comments