Skip to content

Commit 785c50c

Browse files
unlobitojsoucheiron
authored andcommitted
wip: adjust codeql escaping
1 parent 189685a commit 785c50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# https://support.github.com/ticket/enterprise/3427/3214517
6161
- name: Prepare for CodeQL Upload
6262
run: |
63-
echo '{"commit_sha": "${{ github.sha }}", "ref": "${GITHUB_REF}"}' > ./codeql-upload.json
63+
echo "{\"commit_sha\": \"${{ github.sha }}\", \"ref\": \"${GITHUB_REF}\"}" > ./codeql-upload.json
6464
6565
- name: Gzip CodeQL SARIF Result
6666
run: |

0 commit comments

Comments
 (0)