From e53e625017f66b4cc02c4dea452ab368d01d097f Mon Sep 17 00:00:00 2001 From: Jason White Date: Mon, 21 Jul 2025 18:45:34 -0600 Subject: [PATCH] Update CodeQL analysis to include 'actions' language Added 'actions' to the CodeQL analysis language matrix. --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 89feb77c..a3768d42 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'go' ] + language: [ 'go', 'actions' ] steps: - name: Checkout repository