Skip to content

Commit

Permalink
actions: disable ppc64le for now (memcache); update codeql to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Jun 2, 2024
1 parent 2a488bb commit f433a86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/archs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -40,4 +40,4 @@ jobs:
run: make

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit f433a86

Please sign in to comment.