Skip to content

Commit b08eb2c

Browse files
authored
Update code_scanning.yml
1 parent 5decbf8 commit b08eb2c

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
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
languages: javascript
6969
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
70+
tools: https://github.com/github/codeql-action/releases/download/${{steps.version.outputs.value}}/codeql-bundle-linux64.tar.gz
7171
debug: true
7272

7373
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)