From ffc49625497169cde45f7aef418f8821e7943df8 Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Wed, 24 Jun 2026 16:50:12 -0400 Subject: [PATCH] chore(ci): set workflow permissions to read-only --- .github/workflows/check.yml | 3 +++ .github/workflows/google-utilities.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 0f63672..25334b7 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -1,5 +1,8 @@ name: check +permissions: + contents: read + on: pull_request: push: diff --git a/.github/workflows/google-utilities.yml b/.github/workflows/google-utilities.yml index af57077..f71f852 100644 --- a/.github/workflows/google-utilities.yml +++ b/.github/workflows/google-utilities.yml @@ -1,5 +1,8 @@ name: google-utilities +permissions: + contents: read + on: pull_request: schedule: