ci: sync action SHA pins and document new reusable workflows#36
Closed
bryanfawcett wants to merge 1 commit into
Closed
ci: sync action SHA pins and document new reusable workflows#36bryanfawcett wants to merge 1 commit into
bryanfawcett wants to merge 1 commit into
Conversation
Dependabot PR #29 added three new workflow files (reusable-ci-docker.yml, reusable-ci-terraform.yml, reusable-ci-typescript-lib.yml) using updated action SHAs, but left the existing 15 workflows at the older SHAs, creating cross-repo drift in the org's reusable CI library. SHA updates (both within v6 of each action): - actions/checkout: 9c091bb → de0fac2e (15 workflow files) - pnpm/action-setup: 0ebf471 → 71c9247 (3 workflow files) Also: - Fix reusable-ci-opentofu.yml tofu-version description to align with the reusable-ci-terraform.yml pattern (both now state "Defaults to 'latest' to track latest stable per NA-03 §6.1") - Document reusable-ci-docker.yml, reusable-ci-terraform.yml, and reusable-ci-typescript-lib.yml in README.md reusable workflows table Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014D6RAew6fVkaUauaYtmxdY Signed-off-by: Claude <noreply@anthropic.com>
Contributor
Author
|
Closing as superseded — part of the same duplicate-PR pileup. This PR actually flipped the checkout SHA in the wrong direction (toward the SHA Dependabot's #38 just removed). Deferring to Dependabot (#38, merged in 1b669fb) as the authoritative source for dependency SHAs. Generated by Claude Code |
13 tasks
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.
Summary
Dependabot PR #29 added three new workflow files (
reusable-ci-docker.yml,reusable-ci-terraform.yml,reusable-ci-typescript-lib.yml) using updated action SHAs, but left the existing 15 workflows at the older SHA pins, creating cross-repo drift in the org's reusable CI library. This PR closes that gap and documents the new workflows.Linked issue(s)
N/A — discovered during routine audit of this governing repo.
Type of change
ci— CI configurationBreaking change?
No breaking change. All updates are SHA-to-SHA within the same major version of each action (
v6). Behaviour is identical; only the pinned commit changes.How has this been tested?
grepthat zero occurrences of the old SHAs remain across all workflow files after replacement.reusable-ci-rust-monorepo.yml(6 checkout occurrences),reusable-ci-opentofu.yml(3 checkout occurrences), andreusable-ci-typescript.yml(checkout + pnpm changes) — all correct.Checklist
Process
Signed-off-by:trailer, added bygit commit -s).<type>/<short-kebab-description>.NA-03 merge blockers
v6tag per NA-03 §7.1.1.Specific changes
actions/checkout9c091bbde0fac2epnpm/action-setup0ebf47171c9247Also:
reusable-ci-opentofu.yml: alignedtofu-versioninput description with thereusable-ci-terraform.ymlpattern (both now say "Defaults tolatestto track latest stable per NA-03 §6.1").README.md: added rows forreusable-ci-docker.yml,reusable-ci-terraform.yml, andreusable-ci-typescript-lib.yml.Additional notes
The unsigned-commit flag above is the one item needing human action before merge. Everything else is green. Recommend squash-merge with a signed commit from a maintainer.
Generated by Claude Code