From f48c3190fd8f62f89065abd5f0e5741a4286964e Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Sun, 19 Oct 2025 18:49:41 +0900 Subject: [PATCH] Potential fix for code scanning alert no. 328: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index dcbcdbaa88..b402f989e8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -8,6 +8,8 @@ on: schedule: - cron: '0 19 * * 0' +permissions: + contents: read jobs: CodeQL-Build: