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 d20d00b commit 556b438Copy full SHA for 556b438
.github/workflows/codeql-ql.yml
@@ -39,7 +39,7 @@ jobs:
39
40
git clone \
41
--depth 1 \
42
- https://github.com/github/codeql.git\
+ https://github.com/github/codeql.git \
43
"$CODEQL_REPOSITORY_PATH"
44
fi
45
@@ -83,7 +83,7 @@ jobs:
83
../ql-for-ql-db \
84
$CODEQL_SUITE
85
86
- echo "sarif=[$matrix]" >> "$GITHUB_OUTPUT"
+ echo "sarif=$SARIF_FILE" >> "$GITHUB_OUTPUT"
87
88
- name: Upload SARIF file
89
uses: github/codeql-action/upload-sarif@v3
0 commit comments