From b1b4366e195c6456922150ad289f29dbcac53cf5 Mon Sep 17 00:00:00 2001 From: Alex Wichmann Date: Tue, 14 Jul 2026 21:32:13 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 1: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Alex Wichmann --- .github/workflows/first-interaction.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/first-interaction.yml b/.github/workflows/first-interaction.yml index 6e5b8aa..536b093 100644 --- a/.github/workflows/first-interaction.yml +++ b/.github/workflows/first-interaction.yml @@ -7,6 +7,11 @@ on: types: - opened +permissions: + contents: read + issues: write + pull-requests: write + jobs: first-interaction: runs-on: ubuntu-latest