From 5dd197e09600865f17a7ffe585a29e3f9a30e2a3 Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Tue, 14 Oct 2025 20:43:09 -0400 Subject: [PATCH] Disable cache for uv installation Disable caching for uv installation in CI workflow. --- .github/workflows/bandit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index 08ba318db7..93cb8c7514 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -24,6 +24,8 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 + with: + enable-cache: false - name: Get ignore codes id: ignore-codes