Skip to content

Commit 7d847ea

Browse files
committed
Update cargo-deny to v2.0.4
1 parent 5063e8f commit 7d847ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on:
1515

1616
env:
1717
CARGO_TERM_COLOR: always
18-
CARGO_INCREMENTAL: '0'
19-
CARGO_PROFILE_DEV_DEBUG: '0'
18+
CARGO_INCREMENTAL: "0"
19+
CARGO_PROFILE_DEV_DEBUG: "0"
2020
RUST_TOOLCHAIN_VERSION: "1.82.0"
2121
RUSTFLAGS: "-D warnings"
2222
RUSTDOCFLAGS: "-D warnings"
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
57-
- uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3
57+
- uses: EmbarkStudios/cargo-deny-action@e2f4ede4a4e60ea15ff31bc0647485d80c66cfba # v2.0.4
5858
with:
5959
command: check ${{ matrix.checks }}
6060

@@ -100,7 +100,7 @@ jobs:
100100
if: env.GITHUB_TOKEN != null && github.event.pull_request.draft == false
101101
with:
102102
clippy_flags: --all-targets -- -D warnings
103-
reporter: 'github-pr-review'
103+
reporter: "github-pr-review"
104104
github_token: ${{ secrets.GITHUB_TOKEN }}
105105
- name: Run clippy manually without annotations
106106
env:

0 commit comments

Comments
 (0)