From fc2ec8db3a1204effcfdb275879e35546fb4e6c6 Mon Sep 17 00:00:00 2001 From: Alexey Chernyshov Date: Sat, 27 Jul 2024 20:53:56 +0300 Subject: [PATCH] feature(ci): add machete --- .github/workflows/statis_analysis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/statis_analysis.yml b/.github/workflows/statis_analysis.yml index ca83697..0711877 100644 --- a/.github/workflows/statis_analysis.yml +++ b/.github/workflows/statis_analysis.yml @@ -35,6 +35,9 @@ jobs: clippy-sarif | tee results.sarif | sarif-fmt shell: bash + - name: Machete + uses: bnjbvr/cargo-machete@main + - name: Upload SARIF file if: always() uses: github/codeql-action/upload-sarif@v3