Skip to content

Commit 767d52d

Browse files
committed
Switch the codeql bundle to 2.21.4
1 parent 2524592 commit 767d52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
config-file: ./.github/codeql/codeql-config.yaml
4949
db-location: ${{ runner.temp }}/codeql-database
5050
# 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.21.3/codeql-bundle-linux64.tar.gz
51+
tools: https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.21.4/codeql-bundle-linux64.tar.gz
5252
debug: true
5353

5454
- name: Run CDS extractor

0 commit comments

Comments
 (0)