Skip to content

Commit fb70faa

Browse files
authored
Fix code-scanning workflow (#122)
1 parent 4c89a86 commit fb70faa

File tree

5 files changed

+18765
-972
lines changed

5 files changed

+18765
-972
lines changed

.github/codeql/codeql-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@ queries:
66
- uses: ./javascript/frameworks/ui5/src/codeql-suites/javascript-security-extended.qls
77
- uses: ./javascript/frameworks/cap/src/codeql-suites/javascript-security-extended.qls
88

9-
paths:
10-
- "**/*.xml"
11-
- "**/*.json"
129
paths-ignore:
1310
- "**/frameworks/*/test/models"

.github/workflows/code_scanning.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212

1313
env:
1414
LGTM_INDEX_XML_MODE: all
15-
LGTM_INDEX_FILTERS: "include:**/*.json"
1615

1716
jobs:
1817
analyze:

0 commit comments

Comments
 (0)