From 334d2137e9b224a655007b0b7c328e1c95320027 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 1 Jan 2023 13:19:57 -0500 Subject: CI: bypass the cache and install codeql latest fixes instability in precise version of tools resulting in some runners getting a downgraded version and producing spuriously fixed/reintroduced codeql alerts. --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/codeql-analysis.yml') diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c152647ae..455a9d418 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -22,6 +22,8 @@ jobs: - name: Initialize CodeQL uses: github/codeql-action/init@v2 with: + # bypass cache: https://github.com/github/codeql-action/issues/1445 + tools: latest config-file: .github/codeql/codeql-config.yml languages: python # we have none -- cgit v1.2.3