Skip to content

Commit efc798d

Browse files
committed
Test swapping out cds compilation script
1 parent 6740358 commit efc798d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/code_scanning.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ jobs:
5353
- name: Run CDS extractor
5454
shell: bash
5555
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
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
59+
${{ github.workspace }}/extractors/cds/tools/workflow/cds-compilation-for-actions.sh
5960
6061
- name: Perform CodeQL Analysis
6162
id: analyze

0 commit comments

Comments
 (0)