From 677ca4dcef96131eecd0962030b1f17106f020f3 Mon Sep 17 00:00:00 2001 From: Adrien Servel <50013774+Kedae@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:05:55 +0200 Subject: [PATCH 1/2] [tools] Try fix on codeql analysis --- .github/workflows/codeql-analysis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 37d3b09d7..905d96b36 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,6 +24,12 @@ on: schedule: - cron: "21 11 * * 0" +permissions: + actions: read + contents: read + security-events: write + test: test + jobs: analyze: name: Analyze From 54486bd0f9e9039415095afce07b9935be548aa6 Mon Sep 17 00:00:00 2001 From: Adrien Servel <50013774+Kedae@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:08:32 +0200 Subject: [PATCH 2/2] [tools] Try fix the codeql analysis --- .github/workflows/codeql-analysis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 905d96b36..aa740ba04 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -28,7 +28,6 @@ permissions: actions: read contents: read security-events: write - test: test jobs: analyze: