From 703616f176282a8e5719bac59a546c53c0b906d7 Mon Sep 17 00:00:00 2001 From: Ashely Tenesaca Date: Mon, 18 Aug 2025 16:05:44 -0400 Subject: [PATCH] Add 'actions' and 'go' to CodeQL analysis languages --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7597055..b8ad513 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'javascript-typescript' ] + language: [ 'javascript-typescript', 'actions', 'go' ] steps: - name: Checkout repository