Skip to content

Commit 856e1e5

Browse files
committed
Address review
1 parent d797efb commit 856e1e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ 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: "$CODEQL" version --format=json
103+
env:
104+
CODEQL: ${{steps.init.outputs.codeql-path}}
103105
- name: Perform CodeQL Analysis
104106
uses: ./analyze
105107
with:

0 commit comments

Comments
 (0)