Skip to content

Commit f9b1dd2

Browse files
committed
Merge branch 'master' into ssh-sign-2
2 parents d82ff46 + 84d855d commit f9b1dd2

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,9 @@ jobs:
200200
run: |
201201
cargo install --locked cargo-deny
202202
203-
- name: cargo-deny licenses
203+
- name: cargo-deny checks
204204
run: |
205-
cargo deny check licenses
206-
207-
- name: cargo-deny bans
208-
run: |
209-
cargo deny check bans
205+
cargo deny check
210206
211207
udeps:
212208
name: udeps
@@ -230,15 +226,6 @@ jobs:
230226
cargo install --git https://github.com/est31/cargo-udeps --locked
231227
cargo +nightly udeps --all-targets
232228
233-
sec:
234-
name: Security audit
235-
runs-on: ubuntu-latest
236-
steps:
237-
- uses: actions/checkout@v3
238-
- uses: rustsec/audit-check@v1
239-
with:
240-
token: ${{ secrets.GITHUB_TOKEN }}
241-
242229
log-test:
243230
name: Changelog Test
244231
runs-on: ubuntu-latest

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)