Skip to content

Commit

Permalink
Merge branch 'master' into deficake/upgrade-time
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier authored Jan 21, 2025
2 parents 3365fe2 + f935c2f commit 6d1e0d4
Show file tree
Hide file tree
Showing 13 changed files with 491 additions and 31 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
name: Security audit
on:
schedule:
- cron: "0 8 * * *"
- cron: '0 8 * * *'
push:
paths:
- "**/Cargo.*"
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:

jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1
- name: Checkout repository
uses: actions/checkout@v4
- name: Run security audit
uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.*.swp
target
Cargo.lock
/.idea
Loading

0 comments on commit 6d1e0d4

Please sign in to comment.