From 99416fa666d244ad01f09e56015705d081d6bd58 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 14 Nov 2025 13:41:02 +0000 Subject: [PATCH] Add workflow permissions for security Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com> --- .github/workflows/lint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d48636fe..2d4614eb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,6 +10,8 @@ jobs: prettier: name: Prettier Check runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Checkout code uses: actions/checkout@v4 @@ -28,6 +30,8 @@ jobs: eslint: name: ESLint Check runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Checkout code uses: actions/checkout@v4