From 13fed6f9113a193550868ae0b2ad583e9fe7f811 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 28 Nov 2025 17:39:49 +0100 Subject: [PATCH] chore: update workflows --- .github/workflows/codeql.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 374e767..cdddecb 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -12,7 +12,9 @@ on: - cron: '0 17 * * 5' permissions: + actions: read contents: read + security-events: write jobs: codeQL: @@ -39,7 +41,7 @@ jobs: uses: github/codeql-action/init@v4 # Override language selection by uncommenting this and choosing your languages with: - language: 'javascript' + languages: 'javascript-typescript' - run: | npm install