From 2a7f8490bef23ce00f90b4d90dc5489111851f60 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 6 Dec 2025 23:35:29 +0100 Subject: [PATCH] fix: codeql analysis --- .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 b7f8add..89df202 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - language: ["go", "actions"] # Add languages used in your actions + language: ["javascript", "actions"] # Add languages used in your actions steps: - name: Checkout repository