From a769e64b7cbb918607df5ca7e9f102f5141ced38 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 29 Mar 2026 10:25:58 +0000 Subject: [PATCH] Add explicit permissions to CI workflow jobs (CodeQL security fix) Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/9d256101-34b6-4861-a8cf-7f86f32b54d5 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d8e528..30f70ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,8 @@ jobs: test: name: Test runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Checkout code @@ -50,6 +52,8 @@ jobs: lint: name: Lint and Format Check runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Checkout code