Update CodeQL workflow to use MSBuild (and also fix fix CS1579 and CS0023 errors)#1265
Merged
Conversation
Commented out the Autobuild step and added instructions for using MSBuild instead. Fix CodeQL Autobuild error: > Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Important Review skippedNo new commits to review since the last review. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
> D:\a\OpenKh\OpenKh\OpenKh.Command.IdxImg\EpicGamesAssets.cs(141,46): error CS1579: foreach statement cannot operate on variables of type 'void' because 'void' does not contain a public instance or extension definition for 'GetEnumerator' [D:\a\OpenKh\OpenKh\OpenKh.Command.IdxImg\OpenKh.Command.IdxImg.csproj] > D:\a\OpenKh\OpenKh\OpenKh.Tools.Kh2MsetMotionEditor\Usecases\SearchForKh2AssetFileUsecase.cs(77,37): error CS0023: Operator '.' cannot be applied to operand of type 'void' [D:\a\OpenKh\OpenKh\OpenKh.Tools.Kh2MsetMotionEditor\OpenKh.Tools.Kh2MsetMotionEditor.csproj]
Collaborator
Author
|
@coderabbitai review |
✅ Action performedReview finished.
|
Collaborator
Author
|
Ready for merging! |
shananas
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commented out the Autobuild step and added instructions for using MSBuild instead.
Fix CodeQL Autobuild error:
And also fix CS1579 and CS0023 errors: