Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Install cargo-deny with locked flag (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
0HyperCube authored Oct 12, 2023
1 parent 7e5aaa6 commit 4573552
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo-deny
run: cargo install cargo-deny
run: cargo install --locked cargo-deny
- name: Check for security advisories and unmaintained crates
run: cargo deny check advisories

Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo-deny
run: cargo install cargo-deny
run: cargo install --locked cargo-deny
- name: Check for banned and duplicated dependencies
run: cargo deny check bans

Expand All @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo-deny
run: cargo install cargo-deny
run: cargo install --locked cargo-deny
- name: Check for unauthorized licenses
run: cargo deny check licenses

Expand All @@ -63,6 +63,6 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo-deny
run: cargo install cargo-deny
run: cargo install --locked cargo-deny
- name: Checked for unauthorized crate sources
run: cargo deny check sources

0 comments on commit 4573552

Please sign in to comment.