File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ jobs:
4949 with :
5050 languages : javascript
5151 config-file : ./.github/codeql/codeql-config.yaml
52- db-location : ${{ runner.temp }}/js -database
52+ db-location : ${{ runner.temp }}/codeql -database
5353 tools : https://github.com/github/codeql-action/releases/download/${{env.BUNDLE_VERSION}}/codeql-bundle-linux64.tar.gz
5454 debug : true
5555
5656 - name : Run CDS extractor
5757 shell : bash
5858 run : |
5959 export CODEQL_DIST="$(dirname "${{ steps.initialize-codeql.outputs.codeql-path }}")"
60- export CODEQL_EXTRACTOR_JAVASCRIPT_WIP_DATABASE="${{ runner.temp }}/js -database"
60+ export CODEQL_EXTRACTOR_JAVASCRIPT_WIP_DATABASE="${{ runner.temp }}/codeql -database/javascript "
6161 ${{ github.workspace }}/scripts/compile-cds.sh
6262
6363 - name : Perform CodeQL Analysis
You can’t perform that action at this time.
0 commit comments