From 3751b75451654b6a4691afeed10f7b996ea4c2de Mon Sep 17 00:00:00 2001 From: Daniel Eshkeri Date: Thu, 5 Dec 2024 09:15:14 +0000 Subject: [PATCH] added quotes --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 985eb37..a6f90b1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,9 +41,9 @@ jobs: uses: actions/github-script@v6 with: script: | - const conclusion = ${{ steps.perform-codeql-analysis.conclusion }}; - const outcome = ${{ steps.perform-codeql-analysis.outcome }}; - const sarif = ${{ steps.perform-codeql-analysis.outputs.sarif-output }}; + const conclusion = '${{ steps.perform-codeql-analysis.conclusion }}'; + const outcome = '${{ steps.perform-codeql-analysis.outcome }}'; + const sarif = '${{ steps.perform-codeql-analysis.outputs.sarif-output }}'; const commentBody = ` ## CodeQL Analysis ${conclusion}