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 6740358 commit efc798dCopy full SHA for efc798d
.github/workflows/code_scanning.yml
@@ -53,9 +53,10 @@ jobs:
53
- name: Run CDS extractor
54
shell: bash
55
run: |
56
- export CODEQL_DIST="$(dirname "${{ steps.initialize-codeql.outputs.codeql-path }}")"
57
- export CODEQL_EXTRACTOR_JAVASCRIPT_WIP_DATABASE="${{ runner.temp }}/codeql-database/javascript"
58
- ${{ github.workspace }}/scripts/compile-cds.sh
+ # export CODEQL_DIST="$(dirname "${{ steps.initialize-codeql.outputs.codeql-path }}")"
+ # export CODEQL_EXTRACTOR_JAVASCRIPT_WIP_DATABASE="${{ runner.temp }}/codeql-database/javascript"
+ # ${{ github.workspace }}/scripts/compile-cds.sh
59
+ ${{ github.workspace }}/extractors/cds/tools/workflow/cds-compilation-for-actions.sh
60
61
- name: Perform CodeQL Analysis
62
id: analyze
0 commit comments