From 1311b94d9b651da8bec85a47f0db2771d99e0c91 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Mon, 20 Oct 2025 21:44:33 +0900 Subject: [PATCH] Potential fix for code scanning alert no. 328: Workflow does not contain permissions (#1294) 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: