From 52d55006878cf6b3eb77dfa73711d8636891692c Mon Sep 17 00:00:00 2001 From: dbr Date: Sat, 5 Jun 2021 12:22:09 +1000 Subject: [PATCH] Make security more consistent --- .github/workflows/audit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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