From 32454c42c4bfa8910278388b348d1d3a7551ba01 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 26 Nov 2025 09:26:30 +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 e09af5e..f00246d 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