From 66f98f00a09bc8651fe79b94e576f0ff2faedfd9 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 26 Nov 2025 09:31:59 +0200 Subject: [PATCH] fix(ci): change CodeQL language from 'javascript' to 'actions' --- .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 01ebb6a..f67a833 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - language: ['javascript'] # Add languages used in your actions + language: ['actions'] # Add languages used in your actions steps: - name: Checkout repository