Skip to content

ci: pin GitHub Actions to SHA digests (fix zizmor unpinned-uses)#295

Open
lhoupert wants to merge 1 commit intomainfrom
fix/pin-github-actions
Open

ci: pin GitHub Actions to SHA digests (fix zizmor unpinned-uses)#295
lhoupert wants to merge 1 commit intomainfrom
fix/pin-github-actions

Conversation

@lhoupert
Copy link
Copy Markdown

@lhoupert lhoupert commented Apr 2, 2026

Pins all GitHub Actions workflow steps to full SHA digests, eliminating the unpinned-uses supply-chain risk identified by zizmor (55 findings fixed).

Closes #294

Recommended next steps

  1. Enable Dependabot for github-actions to keep pinned SHAs up-to-date automatically (a companion PR may be opened for this repo).
  2. Add zizmor-action for continuous workflow security scanning in CI.

Generated by ds-security-scanning zizmor-cli-unpinned-uses

@github-actions github-actions bot added the ci label Apr 2, 2026
@vincentsarago vincentsarago requested a review from kylebarron April 2, 2026 12:16

- name: Setup rust toolchain, cache and cargo-codspeed binary
uses: moonrepo/setup-rust@v1
uses: moonrepo/setup-rust@abb2d32350334249b178c401e5ec5836e0cd88d3 # v1
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We should switch to the more standard dtolnay/rust-toolchain

@kylebarron
Copy link
Copy Markdown
Member

I'd like to wait for the next iteration that only pins third party actions, not first party github actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pin GitHub Actions to SHA digests (zizmor unpinned-uses)

2 participants