Skip to content

Commit

Permalink
Update codeql.yaml
Browse files Browse the repository at this point in the history
Fix query matrix
  • Loading branch information
derricka83 authored Nov 15, 2024
1 parent 84bb0cb commit 4cf263c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4cf263c

Please sign in to comment.