Skip to content

Commit f8314fb

Browse files
platform-engineering-botcgwalters
authored andcommitted
chore(deps): update embarkstudios/cargo-deny-action action to v2
Signed-off-by: Platform Engineering Bot <[email protected]> Signed-off-by: Colin Walters <[email protected]>
1 parent 0921c05 commit f8314fb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- uses: actions/checkout@v4
63-
- uses: EmbarkStudios/cargo-deny-action@v1
63+
- uses: EmbarkStudios/cargo-deny-action@v2
6464
with:
6565
log-level: warn
6666
command: check bans sources licenses

deny.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
[licenses]
2-
unlicensed = "deny"
32
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unicode-DFS-2016"]
43

54
[[bans.deny]]
65
# We want to require FIPS validation downstream, so we use openssl
76
name = "ring"
87

9-
108
[sources]
119
unknown-registry = "deny"
1210
unknown-git = "deny"

0 commit comments

Comments
 (0)