Skip to content

Commit 16bd53a

Browse files
committed
ouch
1 parent 7624662 commit 16bd53a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code_scanning.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
shell: bash
5656
run: |
5757
export CODEQL_DIST="$(dirname "${{ steps.initialize-codeql.outputs.codeql-path }}")"
58-
# export CODEQL_EXTRACTOR_JAVASCRIPT_WIP_DATABASE="${{ runner.temp }}/codeql-database/javascript"
59-
# ${{ github.workspace }}/scripts/compile-cds.sh
60-
${{ github.workspace }}/extractors/cds/tools/workflow/cds-compilation-for-actions.sh
58+
export CODEQL_EXTRACTOR_JAVASCRIPT_WIP_DATABASE="${{ runner.temp }}/codeql-database/javascript"
59+
${{ github.workspace }}/scripts/compile-cds.sh
60+
# ${{ github.workspace }}/extractors/cds/tools/workflow/cds-compilation-for-actions.sh
6161
6262
- name: Perform CodeQL Analysis
6363
id: analyze

0 commit comments

Comments
 (0)