From b76e1fdbee5f5d4a07af5a4332cd14f6a0ce0f86 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Fri, 16 Feb 2024 14:28:54 +0100 Subject: [PATCH] SFT-3383: Remove are-dependencies-sorted action. .github/workflows/dependencies.yaml (jobs) : Remove action. Signed-off-by: Jean-Pierre De Jesus DIAZ --- .github/workflows/dependencies.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/dependencies.yaml b/.github/workflows/dependencies.yaml index d741a13..1ef90b3 100644 --- a/.github/workflows/dependencies.yaml +++ b/.github/workflows/dependencies.yaml @@ -19,18 +19,6 @@ jobs: - run: cargo install --locked cargo-audit - run: cargo audit - are-dependencies-sorted: - name: Are the dependencies sorted? - needs: [pass-security-audit] - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: ./.github/actions/rust-toolchain - with: - toolchain: 1.70 - - run: cargo install --locked cargo-sort - - run: cargo sort --workspace --check - are-versions-really-minimal: name: Are versions really minimal? needs: [pass-security-audit]