You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue might be similar to Lombiq/GitHub-Actions#365: These annotations seem to be broken for good if file is specified (I couldn't find a way to make them work: Lombiq/GitHub-Actions#365 (comment)). So, the solution can be just changing this line to Write-Output "::error::$Message".
github-actionsbot
changed the title
Analyzer violations don't show files and lines when run in GitHub Actions
Analyzer violations don't show files and lines when run in GitHub Actions (OSOE-875)
Jul 2, 2024
Yeah indeed, $Message is not enough, so we should go with your second suggestion. I tried title before for Lombiq/GitHub-Actions#365 and it didn't work either, but we can see if maybe it'll do something here.
See e.g. this run, only the errors are shown:
This makes finding and fixing them harder.
The issue might be similar to Lombiq/GitHub-Actions#365: These annotations seem to be broken for good if
file
is specified (I couldn't find a way to make them work: Lombiq/GitHub-Actions#365 (comment)). So, the solution can be just changing this line toWrite-Output "::error::$Message"
.Jira issue
The text was updated successfully, but these errors were encountered: