Skip to content

Commit c778749

Browse files
committed
fix codeql.yml codeql invocation on windows
1 parent 0c065fa commit c778749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
tools: ${{ matrix.tools }}
100100
# confirm steps.init.outputs.codeql-path points to the codeql binary
101101
- name: Print CodeQL Version
102-
run: ${{steps.init.outputs.codeql-path}} version --format=json
102+
run: '${{steps.init.outputs.codeql-path}}' version --format=json
103103
- name: Perform CodeQL Analysis
104104
uses: ./analyze
105105
with:

0 commit comments

Comments
 (0)