From 37d190925f68e997a2d14d9283c469a9bdcbd618 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 21 May 2025 11:06:10 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 9: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9af423c..253d036 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,9 @@ on: schedule: - cron: '0 0 * * 0' +permissions: + contents: read + jobs: my_job: name: test WordOps