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.
codeql.yml
1 parent 0c065fa commit c778749Copy full SHA for c778749
.github/workflows/codeql.yml
@@ -99,7 +99,7 @@ jobs:
99
tools: ${{ matrix.tools }}
100
# confirm steps.init.outputs.codeql-path points to the codeql binary
101
- name: Print CodeQL Version
102
- run: ${{steps.init.outputs.codeql-path}} version --format=json
+ run: '${{steps.init.outputs.codeql-path}}' version --format=json
103
- name: Perform CodeQL Analysis
104
uses: ./analyze
105
with:
0 commit comments