From: Joel Rosdahl Date: Sun, 19 Jun 2022 19:00:16 +0000 (+0200) Subject: ci: Run CodeQL on Ubuntu 20.04 X-Git-Tag: v4.7~179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a03b977270ec65008b2060e11523091c5e18d68;p=thirdparty%2Fccache.git ci: Run CodeQL on Ubuntu 20.04 --- diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index a82b212f3..4ae74ed8b 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -20,7 +20,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - name: Checkout repository