chore(release): promote v1.53.1 - #656
Merged
Merged
Conversation
Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
Summary by CodeRabbit
WalkthroughThe pull request updates the pinned commits for the CodeQL initialization and analysis actions. Both actions remain on v4 with their existing configuration. ChangesCodeQL action pin updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Contributor
🔍 Lint Analysis
|
Contributor
🛡️ CodeQL Analysis ResultsLanguages analyzed: ✅ No security issues found. 🔍 View full scan logs | 🛡️ Security tab |
Contributor
🔍 PR Validation Summary✅ PR Mergeable — no blocking failures
|
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.
GitHub Actions Shared Workflows
Description
Promotes the validated
developstate tomainfor the stablev1.53.1release, so the CodeQL pin alignment from #655 reaches the floatingv1tag.Every Go-changing PR in the org is currently red on
codeql_scanwith:pr-security-scan.ymlresolves the CodeQL composites through the floatingv1tag while pinningautobuildby SHA in the workflow itself, so the two must agree:codeql-actionhard-fails on any init/autobuild version mismatch. #655 fixed it by movingcodeql-initandcodeql-analyzetoe4fba86(v4.37.3), matchingautobuild, but that fix currently only exists ondevelopand in the pre-releasev1.53.1-beta.1.v1still points atv1.53.0(e76b082), which carries the mismatchedc10b806(v4.35.1) pin, so callers stay broken until a stable release moves the tag.This promotion carries three commits: #655 and its backmerge/rebase commits. No workflow inputs, outputs, or defaults change.
Type of Change
feat: New workflow or new input/output/step in an existing workflowfix: Bug fix in a workflow (incorrect behavior, broken step, wrong condition)perf: Performance improvement (e.g. caching, parallelism, reduced steps)refactor: Internal restructuring with no behavior changedocs: Documentation only (README, docs/, inline comments)ci: Changes to self-CI (workflows under.github/workflows/that run on this repo)chore: Dependency bumps, config updates, maintenancetest: Adding or updating testsBREAKING CHANGE: Callers must update their configuration after this PRBreaking Changes
None to the workflow interface. Worth flagging for release notes: once
v1moves, the composites resolve to codeql-action v4.37.3, so callers pinned to a shared-workflows tag whoseautobuildSHA is older thane4fba86(that is, anything belowv1.48.0) will keep failing with the inverse mismatch and need to bump their pipeline ref tov1.48.0or newer.plugin-br-bank-transferis one such caller and is being bumped in LerianStudio/plugin-br-bank-transfer#282.Testing
@this-branchor the beta tagCaller repo / workflow run: Verified by pin inspection across tags:
v1.48.0..v1.53.0pinautobuild@e4fba86(v4.37.3) whilecodeql-init@v1resolves toc10b806(v4.35.1); atv1.53.1-beta.1all three (init,analyze,autobuild) aree4fba86. Failing caller run: https://github.com/LerianStudio/plugin-br-bank-transfer/actions/runs/31134542606/job/92731111874Related Issues
Ships #655.