Skip to content

Commit d3043b3

Browse files
committed
ci: workflow updates
1 parent df18661 commit d3043b3

File tree

3 files changed

+0
-134
lines changed

3 files changed

+0
-134
lines changed

.github/workflows/security.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ on:
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
@@ -42,21 +40,6 @@ jobs:
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

.github/workflows/stale.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

deny.toml

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)