Skip to content

Commit

Permalink
Updated deny action
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Aug 28, 2024
1 parent f7bc4db commit d6a7e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# 1. Checks licenses for allowed license.
# 2. Checks Rust-Sec registry for security advisories.

name: Cargo Audit
name: Cargo Deny
on:
pull_request:
merge_group:
Expand All @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
with:
arguments: --all-features --workspace
command-arguments: -s

0 comments on commit d6a7e72

Please sign in to comment.