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 5058f0f commit 12440c4Copy full SHA for 12440c4
.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.22.0/codeql-bundle-linux64.tar.gz
+ tools: https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.22.1/codeql-bundle-linux64.tar.gz
52
debug: true
53
54
- name: Run CDS extractor
0 commit comments