Skip to content

Commit 12440c4

Browse files
committed
Switch the codeql bundle to 2.22.1
1 parent 5058f0f commit 12440c4

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.22.0/codeql-bundle-linux64.tar.gz
51+
tools: https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.22.1/codeql-bundle-linux64.tar.gz
5252
debug: true
5353

5454
- name: Run CDS extractor

0 commit comments

Comments
 (0)