From c9024113efc812d16ac53c160ae4b88258c1c9a8 Mon Sep 17 00:00:00 2001 From: Joel Bladt Date: Fri, 4 Jul 2025 14:25:51 +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> --- .github/workflows/tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7702fc4..d309288 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -9,6 +9,9 @@ on: - cron: '0 0 * * *' workflow_dispatch: +permissions: + contents: write + jobs: linux_tests: runs-on: ubuntu-latest