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 80cbdc0 commit 2f04e96Copy full SHA for 2f04e96
.github/workflows/code_scanning.yml
@@ -57,7 +57,7 @@ jobs:
57
shell: bash
58
run: |
59
export CODEQL_DIST="$(dirname "${{ steps.initialize-codeql.outputs.codeql-path }}")"
60
- export CODEQL_EXTRACTOR_JS_WIP_DATABASE"="${{ runner.temp }}/js-database"
+ export CODEQL_EXTRACTOR_JS_WIP_DATABASE="${{ runner.temp }}/js-database"
61
${{ github.workspace }}/scripts/compile-cds.sh
62
63
- name: Perform CodeQL Analysis
0 commit comments