Skip to content

Commit

Permalink
Merge pull request #537 from GiganticMinecraft/fix-audit-ci
Browse files Browse the repository at this point in the history
SecurityAuditが正常に作動していないのを修正
  • Loading branch information
rito528 authored Sep 14, 2024
2 parents d8dde61 + 9f41fab commit ff91a98
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Security Audit
on:
schedule:
# Runs every day at 00:00 UTC
# https://crontab.guru/#0_0_*_*_*
- cron: "0 0 * * *"
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/audit-check@v1
- uses: actions-rust-lang/audit@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
workingDirectory: ./server

0 comments on commit ff91a98

Please sign in to comment.