From 175708327ea955ff32df8b5bf7bb4789de6f820f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ortega=20Gonz=C3=A1lez?= <75342750+cortega26@users.noreply.github.com> Date: Mon, 30 Mar 2026 20:32:40 -0300 Subject: [PATCH] Potential fix for code scanning alert no. 18: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 624c7fd..7853bc6 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,5 +1,8 @@ name: Alt Sources Dry Run +permissions: + contents: read + on: schedule: - cron: '0 2 * * *' # Supplemental early-morning verification