Skip to content

chore(deps): bump uuid from 1.12.0 to 1.12.1 #15

chore(deps): bump uuid from 1.12.0 to 1.12.1

chore(deps): bump uuid from 1.12.0 to 1.12.1 #15

Workflow file for this run

name: Security audit
on:
schedule:
# Runs at 00:00 on Monday
- cron: '0 0 * * 1'
workflow_dispatch:
pull_request:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}