From e05f10fe4210d96070a357dfc5ddd192f4b1b0a3 Mon Sep 17 00:00:00 2001 From: Gauvain <68083474+Gauvino@users.noreply.github.com> Date: Tue, 19 Aug 2025 01:09:23 +0200 Subject: [PATCH] ci: add actions language to CodeQL analysis matrix Expands security scanning to include GitHub Actions workflows alongside existing JavaScript/TypeScript analysis for more comprehensive code security coverage --- .github/workflows/ci-codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-codeql.yml b/.github/workflows/ci-codeql.yml index 3da73c46..9801a37f 100644 --- a/.github/workflows/ci-codeql.yml +++ b/.github/workflows/ci-codeql.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'javascript-typescript' ] + language: [ 'javascript-typescript', 'actions' ] steps: - name: 📥 Checkout repository