Skip to content

Commit 2cc1125

Browse files
CopilotDRSDavidSoft
andcommitted
Fix CodeQL workflow PowerShell string termination error
Co-authored-by: DRSDavidSoft <[email protected]>
1 parent 4911924 commit 2cc1125

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
@@ -106,4 +106,4 @@ jobs:
106106
echo "" >> $env:GITHUB_STEP_SUMMARY
107107
echo "**Language analyzed:** \`${{ matrix.language }}\`" >> $env:GITHUB_STEP_SUMMARY
108108
echo "" >> $env:GITHUB_STEP_SUMMARY
109-
echo "> Check the Security tab for detailed findings and recommendations." >> $env:GITHUB_STEP_SUMMARY
109+
echo "> Check the Security tab for detailed findings and recommendations." | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append -Encoding utf8

0 commit comments

Comments
 (0)