We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db37677 commit 82f33b3Copy full SHA for 82f33b3
.github/workflows/code_scanning.yml
@@ -41,6 +41,7 @@ jobs:
41
echo "BUNDLE_VERSION=$(jq .CodeQLCLIBundle qlt.conf.json -r)" >> $GITHUB_ENV
42
43
- name: Initialize CodeQL
44
+ id: initialize-codeql
45
uses: github/codeql-action/init@v3
46
env:
47
# Add our custom extractor to the CodeQL search path
@@ -54,6 +55,7 @@ jobs:
54
55
- name: Run CDS extractor
56
shell: bash
57
run: |
58
+ export CODEQL_DIST="$(dirname "${{ steps.initialize-codeql.outputs.codeql-path }}")"
59
${{ github.workspace }}/scripts/compile-cds.sh
60
61
- name: Perform CodeQL Analysis
0 commit comments