-
Notifications
You must be signed in to change notification settings - Fork 109
chore(deps): bump dtolnay/rust-toolchain from 1.95.0 to 1.100.0 in the actions group across 1 directory #887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,7 +44,7 @@ jobs: | |
| find ./malachite -type f -not -path '*/.git/*' -exec touch -d "$commit_ts" {} + | ||
|
|
||
| - name: Install Rust 1.95.0 | ||
| uses: dtolnay/rust-toolchain@1.95.0 | ||
| uses: dtolnay/rust-toolchain@1.100.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Invalid Rust toolchain version pinHigh Severity For Additional Locations (1)Reviewed by Cursor Bugbot for commit 723c08a. Configure here. |
||
| with: | ||
| components: rustfmt, llvm-tools-preview | ||
|
|
||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Invalid Rust toolchain version bump
High Severity
Dependabot bumped
dtolnay/rust-toolchainto@1.100.0, but Rust1.100.0is not a released toolchain (current stable is1.97.x). That tag makes the action askrustupfor a nonexistent version, which 404s and fails CI in bothcodeql.ymlandverify-impl.yml. Step names still sayInstall Rust 1.95.0, andDockerfileremains onrust:1.95.Reviewed by Cursor Bugbot for commit 7382fcb. Configure here.