Skip to content

Commit 7624662

Browse files
committed
Test swapping out bundle version to 2.22.3
1 parent efc798d commit 7624662

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/code_scanning.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)