File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Dependencies
22on :
33 push :
4- branches-ignore :
5- - " dependabot/**"
6- - " releases/**"
4+ branches :
5+ - main
76 paths :
87 - " Cargo.toml"
8+ - " Cargo.lock"
99 - " deny.toml"
1010 pull_request :
1111 paths :
1212 - " Cargo.toml"
13+ - " Cargo.lock"
1314 - " deny.toml"
1415 schedule :
1516 - cron : " 0 0 * * 0"
2122 runs-on : ubuntu-latest
2223 steps :
2324 - name : Clone repo
24- uses : actions/checkout@v3
25+ uses : actions/checkout@v6
2526
2627 - name : Check dependencies
27- uses : EmbarkStudios/cargo-deny-action@v1
28+ uses : EmbarkStudios/cargo-deny-action@v2
29+ with :
30+ arguments : --all-features --workspace
31+ command-arguments : -D warnings
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Main
22on :
33 push :
44 branches :
5- - master
5+ - main
66 paths-ignore :
77 - " .gitignore"
88 - " .github/dependabot.yml"
You can’t perform that action at this time.
0 commit comments