mirror of
https://github.com/github/codeql-action.git
synced 2026-01-02 12:40:21 +08:00
fix codeql.yml codeql invocation on windows
This commit is contained in:
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@@ -99,7 +99,7 @@ jobs:
|
||||
tools: ${{ matrix.tools }}
|
||||
# confirm steps.init.outputs.codeql-path points to the codeql binary
|
||||
- name: Print CodeQL Version
|
||||
run: ${{steps.init.outputs.codeql-path}} version --format=json
|
||||
run: '${{steps.init.outputs.codeql-path}}' version --format=json
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: ./analyze
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user