From 4651b04d5a8b4e1211d43e67d43cf34637dbb554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:05:36 -0400 Subject: build: bump actions-rs/audit-check from 1 to 1.2.0 (#2712) Bumps [actions-rs/audit-check](https://github.com/actions-rs/audit-check) from 1 to 1.2.0. - [Release notes](https://github.com/actions-rs/audit-check/releases) - [Changelog](https://github.com/actions-rs/audit-check/blob/master/CHANGELOG.md) - [Commits](https://github.com/actions-rs/audit-check/compare/v1...v1.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/security-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 49a6e9037..67ffc80bf 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -15,6 +15,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 - - uses: actions-rs/audit-check@v1 + - uses: actions-rs/audit-check@v1.2.0 with: token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3