From 08453fe9a6babddd5a0d0868caf06501cc695f9e Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Tue, 17 Jun 2025 07:05:20 +0400 Subject: [PATCH] build: update codeql permissions --- .github/workflows/release.yml | 2 ++ .github/workflows/rolling-release.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 814b520..01c061d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,8 @@ jobs: secrets: inherit permissions: security-events: write + contents: read + packages: read actions: read spellcheck: diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index b9d2f47..71adc3a 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -42,6 +42,8 @@ jobs: secrets: inherit permissions: security-events: write + contents: read + packages: read actions: read spellcheck: