Copilot commented on code in PR #60:
URL: https://github.com/apache/arrow-erlang/pull/60#discussion_r3457105137
##########
.github/workflows/rust-ci.yml:
##########
@@ -64,12 +64,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- - uses: dtolnay/rust-toolchain@master
+ - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
with:
toolchain: "${{ env.RUST_TOOLCHAIN_VERSION }}"
components: rustfmt
- - uses: Swatinem/rust-cache@v2
+ - uses: swatinem/rust-cache@v2
with:
Review Comment:
`rust-ci.yml` now uses `swatinem/rust-cache@v2` here, but the same workflow
file still references `Swatinem/rust-cache@v2` in other jobs (e.g., the clippy
and test jobs). If the goal is to satisfy an allowlist/pattern matcher,
inconsistent casing can still cause the workflow to be blocked; please
normalize the owner casing across all `rust-cache` steps in this file.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]