File tree 1 file changed +1
-19
lines changed
1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -330,28 +330,10 @@ jobs:
330
330
331
331
steps :
332
332
- uses : actions/checkout@v4
333
- - name : Install tomlq
334
- run : |
335
- # The runner already has the `yq` command but not its associated `tomlq` command.
336
- sudo apt-get update
337
- sudo apt-get install yq
338
- - name : Strict check, but omit gix-testtools
339
- uses : EmbarkStudios/cargo-deny-action@v2
340
- with :
341
- command : check advisories
342
- arguments : --workspace --all-features --exclude gix-testtools
343
- - name : Configure less strict check
344
- run : |
345
- filter='.advisories.ignore += [
346
- { id: "RUSTSEC-2025-0021", reason: "gix-testtools can’t upgrade from old gix-features yet" }
347
- ]'
348
- tomlq "$filter" deny.toml --toml-output > deny-but-ignore-RUSTSEC-2025-0021.toml
349
- - name : Less strict check, but include gix-testtools
350
- uses : EmbarkStudios/cargo-deny-action@v2
333
+ - uses : EmbarkStudios/cargo-deny-action@v2
351
334
with :
352
335
command : check advisories
353
336
arguments : --workspace --all-features
354
- command-arguments : --config deny-but-ignore-RUSTSEC-2025-0021.toml
355
337
356
338
cargo-deny :
357
339
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments