From e8a8222831ebb201f620e48771b1848e725248ae Mon Sep 17 00:00:00 2001 From: Rachel Bousfield Date: Fri, 3 May 2024 02:50:12 -0600 Subject: [PATCH] CI: codeql wabt --- .github/workflows/codeql-analysis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3b814e0aee..acaa97895d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -47,6 +47,9 @@ jobs: with: submodules: true + - name: Install dependencies + run: sudo apt update && sudo apt install -y wabt + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v2