We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8a024 commit 711675eCopy full SHA for 711675e
.github/workflows/code_scanning.yml
@@ -48,7 +48,7 @@ jobs:
48
config-file: ./.github/codeql/codeql-config.yaml
49
db-location: ${{ runner.temp }}/codeql-database
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.21.8/codeql-bundle-linux64.tar.gz
+ tools: https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.21.9/codeql-bundle-linux64.tar.gz
52
debug: true
53
54
- name: Run CDS extractor
0 commit comments