Skip to content

Commit 556b438

Browse files
committed
fix: Update slash typo and sarif output
1 parent d20d00b commit 556b438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-ql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
git clone \
4141
--depth 1 \
42-
https://github.com/github/codeql.git\
42+
https://github.com/github/codeql.git \
4343
"$CODEQL_REPOSITORY_PATH"
4444
fi
4545
@@ -83,7 +83,7 @@ jobs:
8383
../ql-for-ql-db \
8484
$CODEQL_SUITE
8585
86-
echo "sarif=[$matrix]" >> "$GITHUB_OUTPUT"
86+
echo "sarif=$SARIF_FILE" >> "$GITHUB_OUTPUT"
8787
8888
- name: Upload SARIF file
8989
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)