Skip to content

Commit 6de4df5

Browse files
committed
Commit Cargo.lock, and upgrade security audit CI job
1 parent 6e00b90 commit 6de4df5

File tree

3 files changed

+34
-5
lines changed

3 files changed

+34
-5
lines changed
Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
name: Security audit
22
on:
33
schedule:
4-
- cron: "0 8 * * *"
4+
- cron: '0 8 * * *'
55
push:
66
paths:
7-
- "**/Cargo.*"
7+
- '**/Cargo.toml'
8+
- '**/Cargo.lock'
9+
pull_request:
10+
811
jobs:
912
security_audit:
1013
runs-on: ubuntu-latest
1114
steps:
12-
- uses: actions/checkout@v4
13-
- uses: rustsec/audit-check@v1
15+
- name: Checkout repository
16+
uses: actions/checkout@v4
17+
- name: Run security audit
18+
uses: rustsec/[email protected]
1419
with:
1520
token: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
target
2-
Cargo.lock
32
.*.swp
43
/.idea

Cargo.lock

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

0 commit comments

Comments
 (0)