From 2946d5eb8e64501bf3e86cc9bbb8cb8c3f471039 Mon Sep 17 00:00:00 2001 From: Kent Gruber Date: Wed, 29 Oct 2025 13:35:10 -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.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e945a5d63..90f2f5265 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,10 @@ on: branches: - main +permissions: + contents: read + actions: write + jobs: build-test: strategy: