From 4cf263c065631c124565498c093442efdd693c93 Mon Sep 17 00:00:00 2001 From: D Adkison <118951059+derricka83@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:50:46 -0800 Subject: [PATCH] Update codeql.yaml Fix query matrix --- .github/workflows/codeql.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index bf1bccd..52832af 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -59,8 +59,8 @@ jobs: - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: - languages: ${{ matrix.language }} - build-mode: ${{ matrix.build-mode }} + languages: ${{ "matrix.language" }} + build-mode: ${{ "matrix.build-mode" }} # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file.