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 7624662 commit 16bd53aCopy full SHA for 16bd53a
.github/workflows/code_scanning.yml
@@ -55,9 +55,9 @@ jobs:
55
shell: bash
56
run: |
57
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
+ export CODEQL_EXTRACTOR_JAVASCRIPT_WIP_DATABASE="${{ runner.temp }}/codeql-database/javascript"
+ ${{ github.workspace }}/scripts/compile-cds.sh
+ # ${{ github.workspace }}/extractors/cds/tools/workflow/cds-compilation-for-actions.sh
61
62
- name: Perform CodeQL Analysis
63
id: analyze
0 commit comments