Skip to content

Commit d94d62d

Browse files
committed
Attempt altered run analysis code scanning config that uses additional packs flag
1 parent 2fb3b0a commit d94d62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
LGTM_INDEX_XML_MODE: all
6161
LGTM_INDEX_FILETYPES: ".json:JSON"
6262
# Add our CodeQL workspace to the path to search for packs to then resolve the MaD locally
63-
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"run-queries":["--search-path","${{ github.workspace }}"]}}'
63+
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"run-queries":["--additional-packs","${{ github.workspace }}/javascript/frameworks/xsjs/ext:{{ github.workspace }}/javascript/frameworks/cap/ext:{{ github.workspace }}/javascript/frameworks/ui5/ext:"]}}'
6464

6565
- name: Setup Python
6666
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)