We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2428a commit e4086d2Copy full SHA for e4086d2
1 file changed
.github/workflows/code_scanning.yml
@@ -10,9 +10,6 @@ on:
10
- cron: '39 12 * * 2'
11
workflow_dispatch:
12
13
-env:
14
- LGTM_INDEX_XML_MODE: all
15
-
16
jobs:
17
analyze-javascript:
18
name: Analyze
@@ -63,6 +60,9 @@ jobs:
63
60
- name: Perform CodeQL Analysis
64
61
id: analyze
65
62
uses: github/codeql-action/analyze@v3
+ env:
+ LGTM_INDEX_XML_MODE: all
+ LGTM_INDEX_FILETYPES: ".json:JSON"
66
67
- name: Setup Python
68
uses: actions/setup-python@v5
0 commit comments