Skip to content

Commit 9880aa9

Browse files
authored
Merge pull request #290 from Nullus157/dependabot/github_actions/EmbarkStudios/cargo-deny-action-2
chore(deps): bump EmbarkStudios/cargo-deny-action from 1 to 2
2 parents ca2245c + c7343e4 commit 9880aa9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/deny.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
continue-on-error: true
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: EmbarkStudios/cargo-deny-action@v1
13+
- uses: EmbarkStudios/cargo-deny-action@v2
1414
with:
1515
command: check advisories
1616

@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- name: Ignore dev-dependencies
2323
run: sed -i 's/\[dev-dependencies\]/[workaround-avoid-dev-deps]/g' Cargo.toml
24-
- uses: EmbarkStudios/cargo-deny-action@v1
24+
- uses: EmbarkStudios/cargo-deny-action@v2
2525
with:
2626
command: check bans licenses sources
2727

deny.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ ignore = [
33
]
44

55
[licenses]
6-
unlicensed = "deny"
76
allow = [
87
"MIT",
98
"Apache-2.0",
109
"BSD-3-Clause",
1110
"Unicode-DFS-2016",
1211
]
13-
default = "deny"
1412

1513
[bans]
1614
multiple-versions = "warn"

0 commit comments

Comments
 (0)