From d29455ce9199fc0b02e1744f2f38d218710b693c Mon Sep 17 00:00:00 2001 From: Kent Gruber Date: Mon, 27 Oct 2025 12:57:57 -0400 Subject: [PATCH] Set explicit permissions for GitHub Actions workflows This change was made by an automated process to ensure all GitHub Actions workflows have explicitly defined permissions as per best practices. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f04955..eb7490e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: - main - "releases/*" +permissions: + contents: read + jobs: build-lint-test: strategy: