From f3627628ed792c8356a10455d229639b5c1379e6 Mon Sep 17 00:00:00 2001 From: Yvan Janssens Date: Sun, 22 Mar 2026 18:36:01 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 3: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index feb74a2..acf6af9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,9 @@ on: tags: - 'v*' +permissions: + contents: read + env: CCACHE_DIR: ~/.cache/ccache CCACHE_REMOTE_STORAGE: "http://buildcache.cyber.gent/|layout=bazel"