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 d797efb commit 856e1e5Copy full SHA for 856e1e5
.github/workflows/codeql.yml
@@ -99,7 +99,9 @@ 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: "$CODEQL" version --format=json
103
+ env:
104
+ CODEQL: ${{steps.init.outputs.codeql-path}}
105
- name: Perform CodeQL Analysis
106
uses: ./analyze
107
with:
0 commit comments