From 0c7515e810b6a8f6cbbfbdd3e25b334b7f1bf218 Mon Sep 17 00:00:00 2001 From: Xavier Perri Date: Tue, 7 Jul 2026 13:02:37 +1000 Subject: [PATCH] Potential fix for code scanning alert no. 17: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/warm-cache.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/warm-cache.yml b/.github/workflows/warm-cache.yml index 85ff8ee..a2247e9 100644 --- a/.github/workflows/warm-cache.yml +++ b/.github/workflows/warm-cache.yml @@ -1,5 +1,8 @@ name: Warm Cache +permissions: + contents: read + on: schedule: - cron: "0 4 * * 1"