diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index c2a5694b..660d2a34 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -153,6 +153,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - run: cargo install cargo-audit --locked - run: cargo audit build: