Skip to content

Commit

Permalink
Fix added quote
Browse files Browse the repository at this point in the history
  • Loading branch information
lcartey committed Oct 16, 2024
1 parent 80cbdc0 commit 2f04e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
shell: bash
run: |
export CODEQL_DIST="$(dirname "${{ steps.initialize-codeql.outputs.codeql-path }}")"
export CODEQL_EXTRACTOR_JS_WIP_DATABASE"="${{ runner.temp }}/js-database"
export CODEQL_EXTRACTOR_JS_WIP_DATABASE="${{ runner.temp }}/js-database"
${{ github.workspace }}/scripts/compile-cds.sh
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 2f04e96

Please sign in to comment.