fix: Replace compromised action with semantic-release and implement in-house script - #2340
Open
Ayaz-Microsoft wants to merge 12 commits into
Open
fix: Replace compromised action with semantic-release and implement in-house script#2340Ayaz-Microsoft wants to merge 12 commits into
Ayaz-Microsoft wants to merge 12 commits into
Conversation
Use npx semantic-release pinned to v22 with conventionalcommits preset 7, configured via .releaserc.json. Removes third-party action attack surface while preserving release behavior. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ation Adds a manually-triggered (workflow_dispatch) Test-Release workflow and a guarded DRY_RUN mode in release.sh so the in-house release script can be validated on a fork without publishing a release. Remove the temporary workflow after validation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 932a7437-8fa0-469e-9faf-045fab35f3a0
Validation complete; removing the temporary workflow_dispatch workflow. The guarded DRY_RUN mode remains in release.sh for future manual checks. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 932a7437-8fa0-469e-9faf-045fab35f3a0
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 60db667d-ec84-4390-a8bb-dd0e790680a4
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 60db667d-ec84-4390-a8bb-dd0e790680a4
# Conflicts: # docs/RELEASE_GUIDELINES.md
# Conflicts: # .github/workflows/create-release.yml
Ayaz-Microsoft
requested review from
Avijit-Microsoft,
Fr4nc3,
Roopan-Microsoft,
aniaroramsft,
nchandhi and
toherman-msft
as code owners
July 30, 2026 05:52
# Conflicts: # .github/workflows/create-release.yml
Ayaz-Microsoft
had a problem deploying
to
production
July 30, 2026 06:06 — with
GitHub Actions
Failure
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.
Purpose
Replace semantic release with inhouse code and implemented CodeQL fixes on top of that.
Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information