From c3ce89145dbdf529738646aa3af3492dc7ec3066 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 16 Jul 2020 10:13:21 +0200 Subject: Disable audit step See https://github.com/actions-rs/install/issues/6 --- .github/workflows/ci.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c915b9d14..20663196d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,19 +16,19 @@ env: RUSTUP_MAX_RETRIES: 10 jobs: - rust-audit: - name: Audit Rust vulnerabilities - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - - uses: actions-rs/install@v0.1 - with: - crate: cargo-audit - use-tool-cache: true - - - run: cargo audit + # rust-audit: + # name: Audit Rust vulnerabilities + # runs-on: ubuntu-latest + # steps: + # - name: Checkout repository + # uses: actions/checkout@v2 + + # - uses: actions-rs/install@v0.1 + # with: + # crate: cargo-audit + # use-tool-cache: true + + # - run: cargo audit rust: name: Rust -- cgit v1.2.3