Skip to content

Commit

Permalink
Bump versions in security audit gh action (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcio authored Nov 9, 2023
1 parent 929961e commit bd91708
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Security audit
on:
schedule:
- cron: '0 11 * * *' # At 11:00 AM UTC, which is 12:00 PM CET
- cron: '0 13 * * *' # At 13:00 AM UTC, which is 14:00 PM CET

jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
- uses: actions/checkout@v3
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bd91708

Please sign in to comment.