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 4911924 commit 2cc1125Copy full SHA for 2cc1125
.github/workflows/codeql.yml
@@ -106,4 +106,4 @@ jobs:
106
echo "" >> $env:GITHUB_STEP_SUMMARY
107
echo "**Language analyzed:** \`${{ matrix.language }}\`" >> $env:GITHUB_STEP_SUMMARY
108
109
- echo "> Check the Security tab for detailed findings and recommendations." >> $env:GITHUB_STEP_SUMMARY
+ echo "> Check the Security tab for detailed findings and recommendations." | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append -Encoding utf8
0 commit comments