Fix validate workflow: update action versions and case-insensitive readme check#4
Merged
Merged
Conversation
…to v6 Co-authored-by: seesharprun <5067401+seesharprun@users.noreply.github.com>
…ck case-insensitive Co-authored-by: seesharprun <5067401+seesharprun@users.noreply.github.com>
…or message Co-authored-by: seesharprun <5067401+seesharprun@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
seesharprun
March 18, 2026 16:27
View session
seesharprun
approved these changes
Mar 18, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s GitHub Actions validation workflow to be more tolerant of README filename casing and to modernize referenced GitHub Action versions.
Changes:
- Make the sample README presence check case-insensitive using
find -iname. - Bump several
actions/*dependencies to newer major tags across all validation jobs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
seesharprun
requested changes
Mar 18, 2026
Co-authored-by: seesharprun <5067401+seesharprun@users.noreply.github.com>
auto-merge was automatically disabled
March 18, 2026 16:33
Head branch was pushed to by a user without write access
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sidney Andrews <sidandrews@microsoft.com>
seesharprun
approved these changes
Mar 18, 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.
The validation workflow was failing due to a case-sensitive readme check and outdated action versions.
Changes
readme.mdfilename match withfind -type f -inamesoREADME.md,Readme.md, etc. all pass, while correctly requiring a regular file (not a directory)actions/checkout:v4→v6actions/setup-python:v5→v6actions/setup-node:v4→v6actions/setup-java:v4→v5actions/setup-dotnet:v4→v5actions/setup-go:v5→v69.0to10.0📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.