-
Notifications
You must be signed in to change notification settings - Fork 61
chore: Release v1.5.0 #770
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
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| {".":"1.4.0"} | ||
| {".":"1.5.0"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| [toolchain] | ||
| channel = "1.88.0" | ||
| channel = "1.91.1" | ||
| profile = "minimal" | ||
| components = [ | ||
| "rustc", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
🧩 Analysis chain
🏁 Script executed:
Repository: OpenZeppelin/openzeppelin-relayer
Length of output: 393
🏁 Script executed:
Repository: OpenZeppelin/openzeppelin-relayer
Length of output: 13951
🌐 Web query:
dtolnay/rust-toolchain repository tag v1.91.1 commit SHA💡 Result:
For the repository dtolnay/rust-toolchain, the tag v1.91.1 corresponds to the commit SHA f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561.[1]
Citations:
🌐 Web query:
dtolnay/rust-toolchain action inputs parameters documentation💡 Result:
The dtolnay/rust-toolchain GitHub Action supports these input parameters (“with:” fields) and outputs: Inputs (with/): 1) toolchain (required: false) - Rustup toolchain specification string such as stable, nightly, 1.89.0, nightly-2025-01-01.[1][2] - The default behavior (if you do not set the input) is to match the action’s
@rev(e.g., dtolnay/rust-toolchain@nightly pulls nightly; dtolnay/rust-toolchain@1.89.0 pulls 1.89.0).[1][2] - Note from the README: if you pass an explicit toolchain input instead of using the action@rev, use dtolnay/rust-toolchain@master as the revision of the action.[1] 2) targets (required: false) - Comma-separated list of Rust target triples to install for the chosen toolchain.[3][1] 3) target (required: false) - Alias for targets (same meaning: installs the listed target triples).[3] 4) components (required: false) - Comma-separated list of additional Rust components to install (examples given: clippy, rustfmt).[3][1] Outputs: 1) cachekey - A short hash of the installed rustc version, suitable for use as a cache key.[3][1] 2) name - Rustup’s selected toolchain name (example format like “1.62.0”), suitable for using with cargo +${{ steps..outputs.name }}.[3][1] Example usage: - uses: dtolnay/rust-toolchain@stable with: toolchain: nightly targets: wasm32-unknown-unknown components: clippy,rustfmt Grounding: the action.yml defines inputs toolchain, targets, target (alias), components, plus outputs cachekey and name.[3] The README documents the same inputs/outputs and explains the default behavior tied to the action@revand the@masterguidance when providing toolchain explicitly.[1][2]Citations:
🏁 Script executed:
Repository: OpenZeppelin/openzeppelin-relayer
Length of output: 1885
Pin third-party GitHub Action to an immutable commit SHA.
Using a tag (
@1.91.1) is mutable and weakens CI supply-chain integrity.Suggested hardening
📝 Committable suggestion
🤖 Prompt for AI Agents