aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-01-01 13:19:57 -0500
committerEli Schwartz <eschwartz@archlinux.org>2023-01-01 13:22:51 -0500
commit334d2137e9b224a655007b0b7c328e1c95320027 (patch)
tree5de90406381eca55c3862fcfb4a676cdb63333d7 /.github
parent0544ffabf1f252494f6b9699a2b9007682fc322e (diff)
downloadmeson-334d2137e9b224a655007b0b7c328e1c95320027.zip
meson-334d2137e9b224a655007b0b7c328e1c95320027.tar.gz
meson-334d2137e9b224a655007b0b7c328e1c95320027.tar.bz2
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index c152647..455a9d4 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