File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,14 @@ jobs:
4747 languages : javascript
4848 config-file : ./.github/codeql/codeql-config.yaml
4949 db-location : ${{ runner.temp }}/codeql-database
50- tools : https://github.com/github/codeql-action/releases/download/${{env.BUNDLE_VERSION}}/codeql-bundle-linux64.tar.gz
50+ # tools: https://github.com/github/codeql-action/releases/download/${{env.BUNDLE_VERSION}}/codeql-bundle-linux64.tar.gz
51+ tools : https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.22.3/codeql-bundle-linux64.tar.gz
5152 debug : true
5253
5354 - name : Run CDS extractor
5455 shell : bash
5556 run : |
56- # export CODEQL_DIST="$(dirname "${{ steps.initialize-codeql.outputs.codeql-path }}")"
57+ export CODEQL_DIST="$(dirname "${{ steps.initialize-codeql.outputs.codeql-path }}")"
5758 # export CODEQL_EXTRACTOR_JAVASCRIPT_WIP_DATABASE="${{ runner.temp }}/codeql-database/javascript"
5859 # ${{ github.workspace }}/scripts/compile-cds.sh
5960 ${{ github.workspace }}/extractors/cds/tools/workflow/cds-compilation-for-actions.sh
You can’t perform that action at this time.
0 commit comments