From 8d06826adac8b9dec80216962101cd8c6ef3bb38 Mon Sep 17 00:00:00 2001 From: GraTech Admin Date: Wed, 10 Dec 2025 17:49:38 +0000 Subject: [PATCH] fix(security): add explicit permissions to workflows --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46c1cf8..8a52199 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,11 @@ name: GraTech Enterprise CI + +permissions: + contents: read + pull-requests: read + checks: write + on: [push, pull_request] jobs: