-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSOE-833: Upgrade PSScriptAnalyzer to 1.22 #349
Conversation
… Approve/Merge PR)" in the validate-this-gha-refs workflow, because it's not relevant for this PR
…m necessary anymore" This reverts commit f652649.
# Conflicts: # .github/actions/test-dotnet/Invoke-SolutionTests.ps1
if: (github.event_name == 'pull_request' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') || github.event_name == 'merge_group') && steps.add-prefix.outputs.prefixed-files != '@()' | ||
# if: (github.event_name == 'pull_request' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') || github.event_name == 'merge_group') && steps.add-prefix.outputs.prefixed-files != '@()' | ||
if: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's up with this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm, I guess this is wha the "Revert all action/workflow changes, except the list of expected analyzer violations" referred to.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup! It was because the script changes were detected by this workflow, but for this PR these are not relevant: https://github.com/Lombiq/GitHub-Actions/actions/runs/9096580468
OSOE-833