diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 778016544..18e26f337 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -1,4 +1,4 @@ -name: Security audit +name: Security on: schedule: @@ -12,6 +12,7 @@ on: jobs: audit: runs-on: ubuntu-latest + name: "Audit Dependencies" steps: - uses: actions/checkout@v2 - uses: actions-rs/audit-check@v1