Skip to content

Commit

Permalink
Merge pull request #1156 from artichoke/dependabot/github_actions/gha…
Browse files Browse the repository at this point in the history
…-deps-213436514a

Bump the gha-deps group with 2 updates
  • Loading branch information
lopopolo authored Sep 8, 2024
2 parents 797f24f + 857f7e7 commit ed2d7a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
cargo generate-lockfile --verbose
fi
- uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3
- uses: EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 # v2.0.1
with:
arguments: --locked --all-features
command: check ${{ matrix.checks }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/block-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: mheap/github-action-required-labels@5847eef68201219cf0a4643ea7be61e77837bbce # v5.4.1
- uses: mheap/github-action-required-labels@d25134c992b943fb6ad00c25ea00eb5988c0a9dd # v5.4.2
with:
mode: exactly
count: 0
Expand Down
22 changes: 8 additions & 14 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,40 +1,34 @@
[advisories]
vulnerability = "deny"
unmaintained = "deny"
notice = "warn"
ignore = []

[licenses]
unlicensed = "deny"
allow = [
"Apache-2.0",
"BSD-3-Clause",
"ISC",
"MIT",
"Unicode-DFS-2016",
]
deny = []
copyleft = "deny"
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 0.8

[bans]
multiple-versions = "warn" # multiple versions of syn and windows-sys as ecosystem converges
wildcards = "deny"
multiple-versions = "deny"
highlight = "all"
allow = []
# This deny configuration should mirror the one in artichoke/artichoke.
deny = [
{ name = "time", version = ">=0.2.0" },
# See https://github.com/artichoke/artichoke/pull/2564 for more context.
{ name = "dirs-sys", version = ">= 0.4.1" },
]
skip = []
skip-tree = []

[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = [
"https://github.com/rust-lang/crates.io-index",
]

[sources.allow-org]
github = [
"artichoke",
]
github = ["artichoke"]

0 comments on commit ed2d7a5

Please sign in to comment.