From da272106871061c96be2e065629ee812c63abfc9 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Sat, 19 Oct 2024 16:43:19 -0700 Subject: [PATCH] fix: usage of `node12 which is deprecated` in CI --- .github/workflows/audit.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index abfcdf3ce..aaae90114 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -23,15 +23,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - # Actions-rs/install is unmaintained but works for now. - # Alternatives for when it breaks: - # - dtolnay/install - not a full replacement - only supports crates he uses (not audit currently) - # - baptiste0928/cargo-install - looks like it just compiles the crate and then caches it for subsequent runs - # - just `cargo install` and caching it - - uses: actions-rs/install@v0.1 - with: - crate: cargo-audit - version: latest - run: cargo audit --version # RUSTSEC-2020-0097: xcb - Soundness issue with base::Error # RUSTSEC-2022-0048: xml-rs is Unmaintained