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 5decbf8 commit b08eb2cCopy full SHA for b08eb2c
.github/workflows/code_scanning.yml
@@ -67,7 +67,7 @@ jobs:
67
with:
68
languages: javascript
69
config-file: ./.github/codeql/codeql-config.yaml
70
- tools: https://github.com/github/codeql-action/releases/download/${{steps.version.outputs.value}}"/codeql-bundle-linux64.tar.gz
+ tools: https://github.com/github/codeql-action/releases/download/${{steps.version.outputs.value}}/codeql-bundle-linux64.tar.gz
71
debug: true
72
73
- name: Perform CodeQL Analysis
0 commit comments