From dbab9dba51c8bb00f93ef7441cfb438697dca121 Mon Sep 17 00:00:00 2001 From: Jonathan Langevin Date: Thu, 10 Jul 2025 18:06:01 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 1: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79e8a7e0..edaa0cac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ main ] +permissions: + contents: read + env: GO_VERSION: '^1.23.5'