From 12d8142c2b84bf20e1836df28d46891991aeba83 Mon Sep 17 00:00:00 2001 From: Jacek Wozniczak Date: Wed, 11 Jun 2025 22:39:50 +0200 Subject: [PATCH] build: potential fix for code scanning alert Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b457a0..537e322 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,10 @@ on: tags: - "v*.*.*" +permissions: + contents: read + packages: write + jobs: build: runs-on: ubuntu-latest