From f433a866b1c25c839887544c673c2db7b29ca8c8 Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Sun, 2 Jun 2024 14:26:48 -0700 Subject: [PATCH] actions: disable ppc64le for now (memcache); update codeql to v3 Signed-off-by: Hans Zandbelt --- .github/workflows/archs.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/archs.yml b/.github/workflows/archs.yml index 3e45af0..f67341b 100644 --- a/.github/workflows/archs.yml +++ b/.github/workflows/archs.yml @@ -22,8 +22,8 @@ jobs: # distro: ubuntu_latest - arch: aarch64 distro: ubuntu_latest - - arch: ppc64le - distro: ubuntu_latest +# - arch: ppc64le +# distro: ubuntu_latest # - arch: s390x # distro: ubuntu_latest diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 17aad0a..248ceef 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -27,7 +27,7 @@ jobs: sudo apt-get install -y libjansson-dev libcurl4-openssl-dev libhiredis-dev libmemcached-dev libpcre2-dev libpcre2-8-0 - name: CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} @@ -40,4 +40,4 @@ jobs: run: make - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 \ No newline at end of file + uses: github/codeql-action/analyze@v3 \ No newline at end of file