Skip to content

chore(ci): GitHub Actions with sha and reusable workflow to 0.19.0#490

Merged
kirugan merged 1 commit intomainfrom
chore(ci)-GitHub-Actions-with-sha-and-reusable-workflow-to-0.19.0
Mar 27, 2026
Merged

chore(ci): GitHub Actions with sha and reusable workflow to 0.19.0#490
kirugan merged 1 commit intomainfrom
chore(ci)-GitHub-Actions-with-sha-and-reusable-workflow-to-0.19.0

Conversation

@liam-icheng-lai
Copy link
Copy Markdown
Contributor

No description provided.

@github-actions
Copy link
Copy Markdown

🔐 Commit Signature Verification

All 1 commit(s) passed verification

Commit Author Signature Key Type Key Check
7d00eacc5f99 liam.lai sk-ssh-ed25519

Summary

  • Commits verified: 1
  • Signature check: ✅ All passed
  • Key type enforcement: ✅ All sk-ssh-ed25519

Required key type: sk-ssh-ed25519 (FIDO2 hardware key)

Last verified: 2026-03-27 22:00 UTC

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 27, 2026

Greptile Summary

This PR bumps all reusable GitHub Actions workflow references across ci.yml, publish.yml, and release.yml from several older pinned SHAs to the single consistent SHA 5d014a155c08d56a1b5673d049f2b4e7d4427825 corresponding to v0.19.0 of the shared babylonlabs-io/.github workflow library. The comments also now include the full release URL for traceability.

Changes:

  • .github/workflows/ci.yml: reusable_go_lint_test.yml v0.13.4 → v0.19.0; reusable_docker_pipeline.yml v0.18.1 → v0.19.0
  • .github/workflows/publish.yml: reusable_go_lint_test.yml v0.15.0 → v0.19.0; reusable_docker_pipeline.yml v0.18.1 → v0.19.0
  • .github/workflows/release.yml: reusable_github_release.yml v0.13.4 → v0.19.0
  • All workflows now use a single, unified SHA for version consistency across the repository.

Confidence Score: 5/5

Safe to merge — purely a routine SHA bump of reusable CI/CD workflows with no logic changes.

All three files receive identical treatment: swapping pinned SHAs to a single consistent v0.19.0 reference. No workflow inputs, permissions, secrets, or job logic were changed.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Updated reusable_go_lint_test.yml (v0.13.4 → v0.19.0) and reusable_docker_pipeline.yml (v0.18.1 → v0.19.0) to the same pinned SHA; no logic changes.
.github/workflows/publish.yml Updated reusable_go_lint_test.yml (v0.15.0 → v0.19.0) and reusable_docker_pipeline.yml (v0.18.1 → v0.19.0) to the same pinned SHA; no logic changes.
.github/workflows/release.yml Updated reusable_github_release.yml (v0.13.4 → v0.19.0) to the same pinned SHA; no logic changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[ci.yml] -->|calls| B["reusable_go_lint_test.yml\n@ 5d014a1 (v0.19.0)"]
    A -->|calls| C["reusable_docker_pipeline.yml\n@ 5d014a1 (v0.19.0)"]
    D[publish.yml] -->|calls| B
    D -->|calls| C
    E[release.yml] -->|calls| F["reusable_github_release.yml\n@ 5d014a1 (v0.19.0)"]
Loading

Reviews (1): Last reviewed commit: "chore(ci): GitHub Actions with sha and r..." | Re-trigger Greptile

@kirugan kirugan merged commit 130b163 into main Mar 27, 2026
6 checks passed
@kirugan kirugan deleted the chore(ci)-GitHub-Actions-with-sha-and-reusable-workflow-to-0.19.0 branch March 27, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants