diff --git a/.github/workflows/codeql-compilation-caches.yml b/.github/workflows/codeql-compilation-caches.yml index 86e0da9..101a950 100644 --- a/.github/workflows/codeql-compilation-caches.yml +++ b/.github/workflows/codeql-compilation-caches.yml @@ -33,7 +33,7 @@ concurrency: cancel-in-progress: false env: - CODEQL_BUNDLE_CACHE_DIR: ${{ runner.temp }}/codeql-bundle-cache + CODEQL_BUNDLE_CACHE_DIR: ${{ github.workspace }}/.codeql-bundle-cache PIP_DISABLE_PIP_VERSION_CHECK: "1" jobs: