From 1265e7119bd82f8865188315aea9ffaa67697726 Mon Sep 17 00:00:00 2001 From: Tidus Phoenix <65628850+pyrotiger@users.noreply.github.com> Date: Sat, 2 May 2026 00:20:18 -0700 Subject: [PATCH] Potential fix for code scanning alert no. 1: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/shellcheck.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index c005179..9a85b80 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -6,6 +6,9 @@ on: pull_request: branches: [ "main" ] +permissions: + contents: read + jobs: shellcheck: name: Run ShellCheck