summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-12 05:05:36 -0400
committerGitHub <noreply@github.com>2021-05-12 05:05:36 -0400
commit4651b04d5a8b4e1211d43e67d43cf34637dbb554 (patch)
treea99b188553f30e4004455297cbe62daa4c1ebdb1
parenta9cd7b94ff6a9824d5799bf0ae0f81db32c496f0 (diff)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/security-audit.yml2
1 files changed, 1 insertions, 1 deletions
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 }}