Skip to content

⬆️CI : Pin github actions to full commit SHA#865

Merged
jorenham merged 1 commit intonumpy:mainfrom
Aniketsy:fix-sha
May 1, 2026
Merged

⬆️CI : Pin github actions to full commit SHA#865
jorenham merged 1 commit intonumpy:mainfrom
Aniketsy:fix-sha

Conversation

@Aniketsy
Copy link
Copy Markdown
Contributor

@Aniketsy Aniketsy commented May 1, 2026

@Aniketsy Aniketsy changed the title CI : Pin github actions to full commit SHA ⬆️CI : Pin github actions to full commit SHA May 1, 2026
@jorenham
Copy link
Copy Markdown
Member

jorenham commented May 1, 2026

Sorry, dependabot swooped in, so this needs a rebase now

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Pins GitHub Actions used in this repo’s CI, docs deploy, and PyPI publishing workflows to immutable commit SHAs (per issue #863), reducing supply-chain risk from mutable tags.

Changes:

  • Replace uses: <action>@vX.Y.Z references with full commit SHAs in CI, docs, and publish workflows.
  • Preserve the prior tag as an inline comment (e.g., # v8.1.0) for readability/auditability.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.github/workflows/publish-pypi.yml Pins actions/checkout, setup-uv, and PyPI publish action to full SHAs.
.github/workflows/docs.yml Pins actions/checkout and setup-uv to full SHAs for docs deployment.
.github/workflows/ci.yml Pins actions/checkout, crate-ci/typos, and setup-uv to full SHAs across CI jobs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jorenham jorenham linked an issue May 1, 2026 that may be closed by this pull request
@jorenham jorenham merged commit bdda7ab into numpy:main May 1, 2026
25 checks passed
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.

CI : Pin github actions to full commit SHA

3 participants