Skip to content

chore: Use zizmor to harden GHA usage#5088

Open
JohnTitor wants to merge 1 commit into
rust-lang:mainfrom
JohnTitor:introduce-zizmor
Open

chore: Use zizmor to harden GHA usage#5088
JohnTitor wants to merge 1 commit into
rust-lang:mainfrom
JohnTitor:introduce-zizmor

Conversation

@JohnTitor
Copy link
Copy Markdown
Member

@JohnTitor JohnTitor commented Apr 28, 2026

Description

A companion of #5078, fix #5063

Sources

Checklist

  • Relevant tests in libc-test/semver have been updated
  • No placeholder or unstable values like *LAST or *MAX are
    included (see #3131)
  • Tested locally (cd libc-test && cargo test --target mytarget);
    especially relevant for platforms that may not be checked in CI

@rustbot rustbot added the A-CI Area: CI-related items label Apr 28, 2026
@JohnTitor JohnTitor marked this pull request as ready for review April 30, 2026 06:58
Comment thread .github/workflows/ci.yaml
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Copy link
Copy Markdown
Contributor

@xtqqczze xtqqczze May 18, 2026

Choose a reason for hiding this comment

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

Suggested change
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v99.0.0

To test whether ref-version-mismatch is triggered, see #5078 (comment)

View changes since the review

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

Labels

A-CI Area: CI-related items S-waiting-on-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GitHub Actions: SHA-pin external actions?

3 participants