From bb83eeaa217235caa036101f4c4bfcf7dda46f5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:22:10 +0000 Subject: [PATCH] chore(deps): update rustsec/audit-check action to v2 (#574) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rustsec/audit-check](https://redirect.github.com/rustsec/audit-check) | action | major | `v1.4.1` -> `v2.0.0` | --- ### Release Notes
rustsec/audit-check (rustsec/audit-check) ### [`v2.0.0`](https://redirect.github.com/rustsec/audit-check/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/rustsec/audit-check/compare/v1.4.1...v2.0.0) #### What's Changed - Run on Node 20.x by [@​clechasseur](https://redirect.github.com/clechasseur) in [https://github.com/rustsec/audit-check/pull/16](https://redirect.github.com/rustsec/audit-check/pull/16) - Remove `generate-lockfile` To Prevent Overwriting Checked-In Lock Files by [@​tillmann-crabnebula](https://redirect.github.com/tillmann-crabnebula) in [https://github.com/rustsec/audit-check/pull/20](https://redirect.github.com/rustsec/audit-check/pull/20) - Added support for `working-directory` by [@​ranger-ross](https://redirect.github.com/ranger-ross) in [https://github.com/rustsec/audit-check/pull/21](https://redirect.github.com/rustsec/audit-check/pull/21) - fix: security fix for vulnerability in `braces` library by [@​clechasseur](https://redirect.github.com/clechasseur) in [https://github.com/rustsec/audit-check/pull/23](https://redirect.github.com/rustsec/audit-check/pull/23) - npm audit fix by [@​tarcieri](https://redirect.github.com/tarcieri) in [https://github.com/rustsec/audit-check/pull/24](https://redirect.github.com/rustsec/audit-check/pull/24) - v2.0.0 release prep by [@​tarcieri](https://redirect.github.com/tarcieri) in [https://github.com/rustsec/audit-check/pull/25](https://redirect.github.com/rustsec/audit-check/pull/25) #### New Contributors - [@​clechasseur](https://redirect.github.com/clechasseur) made their first contribution in [https://github.com/rustsec/audit-check/pull/16](https://redirect.github.com/rustsec/audit-check/pull/16) - [@​tillmann-crabnebula](https://redirect.github.com/tillmann-crabnebula) made their first contribution in [https://github.com/rustsec/audit-check/pull/20](https://redirect.github.com/rustsec/audit-check/pull/20) - [@​ranger-ross](https://redirect.github.com/ranger-ross) made their first contribution in [https://github.com/rustsec/audit-check/pull/21](https://redirect.github.com/rustsec/audit-check/pull/21) - [@​tarcieri](https://redirect.github.com/tarcieri) made their first contribution in [https://github.com/rustsec/audit-check/pull/24](https://redirect.github.com/rustsec/audit-check/pull/24) **Full Changelog**: https://github.com/rustsec/audit-check/compare/v1.4.1...v2.0.0
--- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/smartive/zitadel-rust). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/security-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-check.yml b/.github/workflows/security-check.yml index 0456802..67f7b5b 100644 --- a/.github/workflows/security-check.yml +++ b/.github/workflows/security-check.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: rustsec/audit-check@v1.4.1 + - uses: rustsec/audit-check@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} ignore: RUSTSEC-2020-0071, RUSTSEC-2023-0071