From 1820140364c7bf3786264fce50b280e7e6322082 Mon Sep 17 00:00:00 2001 From: hieu-w Date: Wed, 24 Jun 2026 00:00:28 +0700 Subject: [PATCH 1/3] fix: resource not accessible by integration --- .github/workflows/security-scan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index d021fc0..065fed5 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -165,6 +165,7 @@ jobs: needs: setup permissions: + actions: read contents: read security-events: write steps: From 08027ee8f971126027b002a7409545a1f151063b Mon Sep 17 00:00:00 2001 From: hieu-w Date: Wed, 24 Jun 2026 00:03:34 +0700 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b8a6f..62997a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Add `actions: read` permission to the zizmor job to fix "resource not accessible by integration" errors + ## [2.1.0] ### Added From 9f7a73b0981d752a922d25d5c41fe0e0f41e6fd3 Mon Sep 17 00:00:00 2001 From: hieu-w Date: Wed, 24 Jun 2026 16:38:24 +0700 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62997a8..b6d5f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Add `actions: read` permission to the zizmor job to fix "resource not accessible by integration" errors +- Add `actions: read` permission to the zizmor job to fix "resource not accessible by integration" errors in private repositories ## [2.1.0]