Pin rust-toolchain action to a commit hash - part 1#7500
Pin rust-toolchain action to a commit hash - part 1#7500youknowone merged 1 commit intoRustPython:mainfrom
rust-toolchain action to a commit hash - part 1#7500Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated GitHub Actions CI workflow to pin the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
899b2de to
980e36b
Compare
| persist-credentials: false | ||
|
|
||
| - uses: dtolnay/rust-toolchain@stable | ||
| - uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9 |
Check notice
Code scanning / zizmor
action functionality is already included by the runner Note
| gcc-aarch64-linux-gnu: ${{ matrix.dependencies.gcc-aarch64-linux-gnu || false }} | ||
|
|
||
| - uses: dtolnay/rust-toolchain@stable | ||
| - uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9 |
Check notice
Code scanning / zizmor
action functionality is already included by the runner Note
| persist-credentials: false | ||
|
|
||
| - uses: dtolnay/rust-toolchain@stable | ||
| - uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9 |
Check notice
Code scanning / zizmor
action functionality is already included by the runner Note
| @@ -413,7 +418,9 @@ jobs: | |||
Check notice
Code scanning / zizmor
action functionality is already included by the runner Note
| @@ -485,9 +492,10 @@ jobs: | |||
| with: | |||
Check notice
Code scanning / zizmor
action functionality is already included by the runner Note
| target: wasm32-wasip1 | ||
| toolchain: stable | ||
|
|
||
| - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 |
Check notice
Code scanning / zizmor
action functionality is already included by the runner Note
.github/workflows/ci.yaml
Outdated
Check notice
Code scanning / zizmor
action functionality is already included by the runner Note
Summary by CodeRabbit