Github Workflow cleanup#26193
Merged
TravisEz13 merged 2 commits intoPowerShell:masterfrom Oct 15, 2025
Merged
Conversation
adityapatwardhan
approved these changes
Oct 14, 2025
Contributor
|
Super-linter is maintained by @zkoppert who works for GitHub, so isn't this a first party action? |
Member
Author
|
/azp run PowerShell-CI-linux-packaging, PowerShell-Windows-Packaging-CI |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Contributor
|
📣 Hey @@TravisEz13, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗 https://aka.ms/PSRepoFeedback |
Member
Author
|
#26219 Created to add some functionality back |
pwshBot
pushed a commit
to pwshBot/PowerShell
that referenced
this pull request
Oct 29, 2025
9 tasks
TravisEz13
added a commit
to TravisEz13/PowerShell
that referenced
this pull request
Nov 5, 2025
6 tasks
TravisEz13
added a commit
to TravisEz13/PowerShell
that referenced
this pull request
Nov 13, 2025
9 tasks
SIRMARGIN
pushed a commit
to SIRMARGIN/PowerShell
that referenced
this pull request
Dec 12, 2025
kilasuit
pushed a commit
to kilasuit/PowerShell
that referenced
this pull request
Jan 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.
PR Summary
This pull request removes several GitHub Actions workflow files related to automation and continuous integration, and updates scripts to pin downloads to a specific commit for enhanced security. The main focus is on cleaning up unused or deprecated workflows and improving the security posture by ensuring scripts are fetched from a known commit.
Workflow cleanup and deprecation:
AssignPrs.yml), creating and processing reminders (createReminders.yml,processReminders.yml), and markdown link checking (markdownLink.yml,markdownLinkDaily.yml). This removes automation for PR assignment, reminders, and markdown validation. [1] [2] [3] [4] [5]Security improvements:
tools/download.shto pin the download ofinstall-powershell.shto a specific commit (26bb188c8be0cda6cb548ce1a12840ebf67e1331) for compliance with OpenSSF Scorecard requirements, ensuring that scripts are fetched from a trusted and immutable source.tools/install-powershell.shto use the same pinned commit for downloading resources, further enforcing script integrity and traceability.PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header