Skip to content

Commit a071d8f

Browse files
authored
ci: update deny GHA and its config (#2875)
1 parent 2971467 commit a071d8f

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
continue-on-error: true # Prevent sudden announcement of a new advisory from failing ci
107107
steps:
108108
- uses: actions/checkout@v4
109-
- uses: EmbarkStudios/cargo-deny-action@v1
109+
- uses: EmbarkStudios/cargo-deny-action@v2
110110
with:
111111
command: check advisories
112112
docs:

deny.toml

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
exclude=[
2-
"actix-http",
3-
"actix-http-tracing",
4-
"actix-udp",
5-
"actix-udp-example",
6-
"tracing-grpc",
7-
"http"
8-
]
1+
[graph]
2+
exclude=[]
93

104
[licenses]
11-
unlicensed = "deny"
125
allow = [
136
"MIT",
147
"Apache-2.0",
@@ -29,5 +22,5 @@ license-files = [
2922
]
3023

3124
[advisories]
32-
unmaintained = "allow"
25+
unmaintained = "none"
3326
yanked = "allow"

0 commit comments

Comments
 (0)