Skip to content

Comments

ci: pin GitHub Actions SHAs and harden repo settings alignment#93

Merged
FunKite merged 3 commits intomainfrom
codex/maintain-2026-02-10
Feb 17, 2026
Merged

ci: pin GitHub Actions SHAs and harden repo settings alignment#93
FunKite merged 3 commits intomainfrom
codex/maintain-2026-02-10

Conversation

@FunKite
Copy link
Owner

@FunKite FunKite commented Feb 16, 2026

Summary

  • pin all GitHub Actions workflow action references to full commit SHAs
  • update CHANGELOG.md under [Unreleased] for workflow hardening and merged dependency updates
  • align CI with repository Actions policy requiring SHA-pinned actions

Security

  • reduces third-party action supply-chain risk by removing mutable tag references
  • keeps workflows compatible with selected-actions plus SHA-pinning enforcement

Validation

  • verified all workflow action references are pinned to 40-character SHAs

@FunKite FunKite enabled auto-merge (squash) February 16, 2026 23:27
@FunKite FunKite force-pushed the codex/maintain-2026-02-10 branch from 16ad907 to 67d1333 Compare February 16, 2026 23:28
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 16ad907dff

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


- name: Install Rust 1.77
uses: dtolnay/rust-toolchain@1.77.0
uses: dtolnay/rust-toolchain@0ed6b4757d4e63d7920abe758134858e95c8215f

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep the MSRV toolchain explicit after SHA pinning

The msrv job used to request Rust 1.77.0 via dtolnay/rust-toolchain@1.77.0, but after switching to a commit SHA there is no with: toolchain: 1.77.0 input, so this step is no longer explicitly tied to the declared MSRV and can either install a different channel or fail depending on action default behavior. That means MSRV regressions may slip through CI (or CI may break) while the job still appears to be validating 1.77.

Useful? React with 👍 / 👎.

@FunKite FunKite merged commit 05d9c0c into main Feb 17, 2026
26 checks passed
@FunKite FunKite deleted the codex/maintain-2026-02-10 branch February 17, 2026 15:47
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.

1 participant