Skip to content

Commit

Permalink
added quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 5, 2024
1 parent eb5592e commit 3751b75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3751b75

Please sign in to comment.