From effd03f82ff739a54c6f47ec21fddfa754a4380e Mon Sep 17 00:00:00 2001 From: Spring_MT Date: Fri, 1 Aug 2025 15:59:24 +0900 Subject: [PATCH] Potential fix for code scanning alert no. 10: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/ruby.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 12a0511..7a6d0f4 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -6,6 +6,8 @@ # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby name: Ruby +permissions: + contents: read on: push: