Skip to content

Bump time from 0.3.37 to 0.3.39 #1837

Bump time from 0.3.37 to 0.3.39

Bump time from 0.3.37 to 0.3.39 #1837

Workflow file for this run

name: Security audit
on:
schedule:
- cron: '0 8 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run security audit
uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}