Skip to content

ci: pin GitHub Actions in validation workflow - #4

Merged
pproenca merged 1 commit into
masterfrom
codex/fix-ci-workflow-unpinned-actions-issue
Mar 7, 2026
Merged

ci: pin GitHub Actions in validation workflow#4
pproenca merged 1 commit into
masterfrom
codex/fix-ci-workflow-unpinned-actions-issue

Conversation

@pproenca

@pproenca pproenca commented Mar 7, 2026

Copy link
Copy Markdown
Owner

Motivation

  • Reduce CI supply‑chain risk by avoiding mutable action tags (actions/checkout@v4, actions/setup-node@v4) and by limiting workflow token scope.

Description

  • Update .github/workflows/ci.yml to pin actions/checkout and actions/setup-node to immutable commit SHAs and add a least‑privilege permissions block (contents: read) for the validation job.

Testing

  • Ran the repository validation script ./scripts/skills-ref validate-all, which completed successfully with 93/93 passed.

Codex Task

@pproenca
pproenca merged commit 44176f0 into master Mar 7, 2026
1 check passed
@pproenca
pproenca deleted the codex/fix-ci-workflow-unpinned-actions-issue branch May 25, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant