File tree Expand file tree Collapse file tree 3 files changed +0
-134
lines changed
Expand file tree Collapse file tree 3 files changed +0
-134
lines changed Original file line number Diff line number Diff line change 99 - " Cargo.toml"
1010 - " Cargo.lock"
1111 - " **/Cargo.toml"
12- - " deny.toml"
1312 - " .github/workflows/security.yml"
1413 pull_request :
1514 branches : [main]
1615 paths :
1716 - " Cargo.toml"
1817 - " Cargo.lock"
1918 - " **/Cargo.toml"
20- - " deny.toml"
2119 - " .github/workflows/security.yml"
2220 schedule :
2321 # Run weekly on Sundays at 04:00 UTC
4240 with :
4341 token : ${{ secrets.GITHUB_TOKEN }}
4442
45- # Check licenses and banned crates
46- cargo-deny :
47- name : Licenses & Bans
48- runs-on : ubuntu-latest
49- steps :
50- - name : Checkout code
51- uses : actions/checkout@v6
52-
53- - name : Run cargo-deny
54- uses : EmbarkStudios/cargo-deny-action@v2
55- with :
56- log-level : warn
57- command : check
58- arguments : --all-features
59-
6043 # Dependency review for PRs
6144 dependency-review :
6245 name : Dependency Review
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments