We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb3806 commit 2fb3b0aCopy full SHA for 2fb3b0a
.github/workflows/code_scanning.yml
@@ -59,6 +59,8 @@ jobs:
59
env:
60
LGTM_INDEX_XML_MODE: all
61
LGTM_INDEX_FILETYPES: ".json:JSON"
62
+ # 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 }}"]}}'
64
65
- name: Setup Python
66
uses: actions/setup-python@v5
0 commit comments