From 09f53df7ae4baded644c0897d6733a1da89f3d99 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 24 Oct 2025 14:14:55 -0400 Subject: [PATCH] ci: adds missing permissions to fix codeql report --- .github/workflows/release-please-gha.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-please-gha.yml b/.github/workflows/release-please-gha.yml index 28f1d59..57b9d06 100644 --- a/.github/workflows/release-please-gha.yml +++ b/.github/workflows/release-please-gha.yml @@ -15,6 +15,10 @@ on: branches: - main + +permissions: + contents: read + jobs: release: runs-on: ubuntu-latest