From 1faba962b641f022432c862b0fcf8784effc7131 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Sat, 17 Sep 2022 22:18:17 +0200 Subject: [PATCH] feat: rust audit ci pipeline --- .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 4e235cc..48e8640 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -1,3 +1,4 @@ +name: audit on: schedule: - cron: '10 01 * * *' # Every day at 01:10 UTC @@ -16,7 +17,7 @@ on: jobs: audit: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - uses: actions-rs/audit-check@v1 -- libgit2 1.7.2