From 3f65168930e7e1c534cd6b1356623c20b85b47d3 Mon Sep 17 00:00:00 2001 From: Thibault Le Ouay Date: Mon, 27 Jul 2026 13:47:56 +0200 Subject: [PATCH] Potential fix for pull request finding 'CodeQL / Workflow does not contain permissions' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55d65694..9e5c5fac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,9 @@ on: pull_request: branches: [main] +permissions: + contents: read + jobs: # Every DB-touching package gets its own job, and therefore its own sqld # container. Sharing one database across turbo tasks let suites clobber each -- 2.51.2