From 73a547816569eefd952069e380d9a6a2198d1728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Arest=C3=A9?= <5310624+dareste@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:27:53 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 49: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/integration-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 76fb9c8..0bf0d12 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -6,6 +6,9 @@ on: branches: [ main ] workflow_dispatch: +permissions: + contents: read + jobs: integration-test: runs-on: ubuntu-latest