feat: consume ci-workflows for markdown and powershell lanes - #8
Merged
Conversation
Replace the standalone markdown and powershell workflows with a ci.yml caller that references the reusable workflows in ci-workflows (SHA-pinned), plus a local ci-status gateway aggregating the lanes into the single required check. The self-lint execution now lives in ci-workflows; this repo keeps only the fixture-assertion lanes that prove its own configs flag the bad fixtures. pssa.test.sh now asserts the ruleset directly via Invoke-ScriptAnalyzer, and the migrated runner script (now Invoke-Pssa.ps1 in ci-workflows) is removed here. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Switch the markdown and powershell lanes from the (removed) reusable workflows to the ci-workflows composite actions, each run from a job step after checkout and SHA-pinned. This is PAT-free cross-repo: the action is provisioned via GitHub's scoped install token, not the repo-scoped GITHUB_TOKEN that blocked the prior reusable-workflow script checkout. Add a github-actions Dependabot config to keep the pins current (bumping the cross-repo ci-workflows pin requires the org Dependabot private-repo access grant). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Replace the standalone markdown and powershell workflows with a ci.yml caller
that references the reusable workflows in ci-workflows (SHA-pinned), plus a
local ci-status gateway aggregating the lanes into the single required check.
The self-lint execution now lives in ci-workflows; this repo keeps only the
fixture-assertion lanes that prove its own configs flag the bad fixtures.
pssa.test.sh now asserts the ruleset directly via Invoke-ScriptAnalyzer, and the
migrated runner script (now Invoke-Pssa.ps1 in ci-workflows) is removed here.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com