Skip to content

fix(fs): replace deprecated NaiveDateTime::from_timestamp_opt #766

fix(fs): replace deprecated NaiveDateTime::from_timestamp_opt

fix(fs): replace deprecated NaiveDateTime::from_timestamp_opt #766

Workflow file for this run

name: Security audit
on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '.github/workflows/audit.yml'
- '**/Cargo.toml'
- '**/Cargo.lock'
- 'deny.toml'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-deny
- name: Scan for vulnerabilities
run: cargo deny check