Skip to content

Commit e4086d2

Browse files
committed
Re-enable json extraction
Some test cases require it. Also push the env vars into the most specific block, just to ensure that the CDS extraction is not confused.
1 parent ab2428a commit e4086d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code_scanning.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
- cron: '39 12 * * 2'
1111
workflow_dispatch:
1212

13-
env:
14-
LGTM_INDEX_XML_MODE: all
15-
1613
jobs:
1714
analyze-javascript:
1815
name: Analyze
@@ -63,6 +60,9 @@ jobs:
6360
- name: Perform CodeQL Analysis
6461
id: analyze
6562
uses: github/codeql-action/analyze@v3
63+
env:
64+
LGTM_INDEX_XML_MODE: all
65+
LGTM_INDEX_FILETYPES: ".json:JSON"
6666

6767
- name: Setup Python
6868
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)