Skip to content

Commit a9cd7dc

Browse files
authored
Merge pull request #147 from artichoke/dependabot/github_actions/gha-deps-213436514a
chore(deps): Bump the gha-deps group with 2 updates
2 parents 895fc9e + 302e7bd commit a9cd7dc

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

.github/workflows/audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cargo generate-lockfile --verbose
5353
fi
5454
55-
- uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3
55+
- uses: EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 # v2.0.1
5656
with:
5757
arguments: --locked --all-features
5858
command: check ${{ matrix.checks }}

.github/workflows/block-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: mheap/github-action-required-labels@5847eef68201219cf0a4643ea7be61e77837bbce # v5.4.1
12+
- uses: mheap/github-action-required-labels@d25134c992b943fb6ad00c25ea00eb5988c0a9dd # v5.4.2
1313
with:
1414
mode: exactly
1515
count: 0

deny.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
[advisories]
2-
vulnerability = "deny"
3-
unmaintained = "deny"
4-
notice = "warn"
52
ignore = []
63

74
[licenses]
8-
unlicensed = "deny"
95
allow = [
10-
"Apache-2.0",
116
"MIT",
12-
"Unicode-DFS-2016",
137
]
14-
deny = []
15-
copyleft = "deny"
16-
allow-osi-fsf-free = "neither"
17-
default = "deny"
18-
confidence-threshold = 0.8
198

209
[bans]
2110
multiple-versions = "deny"

0 commit comments

Comments
 (0)