Skip to content

Commit 2b7d487

Browse files
Update .github/workflows/codeql.yml
Co-authored-by: Henry Mercer <henrymercer@github.com>
1 parent 4e1dadc commit 2b7d487

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
tools: ${{ matrix.tools }}
100100
# confirm steps.init.outputs.codeql-path points to the codeql binary
101101
- name: Print CodeQL Version
102-
run: "$CODEQL" version --format=json
102+
run: >
103+
"$CODEQL" version --format=json
103104
env:
104105
CODEQL: ${{steps.init.outputs.codeql-path}}
105106
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)