1
0
mirror of https://github.com/ostreedev/ostree.git synced 2026-02-05 09:44:55 +01:00

ci: Update deny to v2

It looks like the v1 action due to a crate bump
started hard requiring a newer rust?

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters
2025-05-21 13:30:01 +00:00
parent 7a32b86ee4
commit 4dca9be574
2 changed files with 3 additions and 5 deletions

View File

@@ -86,10 +86,10 @@ jobs:
- name: Run tests - name: Run tests
run: cargo test --verbose --features=${{ env['LATEST_LIBOSTREE'] }} run: cargo test --verbose --features=${{ env['LATEST_LIBOSTREE'] }}
cargo-deny: cargo-deny:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1 - uses: EmbarkStudios/cargo-deny-action@v2
with: with:
log-level: warn log-level: warn
command: check bans sources licenses command: check bans sources licenses

View File

@@ -1,6 +1,4 @@
[licenses] [licenses]
unlicensed = "deny"
copyleft = "allow"
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unlicense", "Unicode-DFS-2016", "Unicode-3.0"] allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unlicense", "Unicode-DFS-2016", "Unicode-3.0"]
private = { ignore = true } private = { ignore = true }