From c1f28f0611478a85fced5e595056d97fed446003 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 24 Oct 2025 13:58:50 -0400 Subject: [PATCH] ci: adds missing permissions in workflow definition to fix code scanning report Signed-off-by: Vincent Biret --- .github/workflows/release-please-gha.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-please-gha.yml b/.github/workflows/release-please-gha.yml index 0fe9326ea..d24634b15 100644 --- a/.github/workflows/release-please-gha.yml +++ b/.github/workflows/release-please-gha.yml @@ -16,6 +16,9 @@ on: - main - support/v1 +permissions: + contents: read + jobs: release: runs-on: ubuntu-latest