From 370a42177c58f740ffe145e6329394e5074ce3e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 22:45:29 +0000 Subject: [PATCH] Update github/codeql-action action to v4.37.9 --- .github/workflows/codeql-ruby.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-ruby.yaml b/.github/workflows/codeql-ruby.yaml index de5f328..fd303f2 100644 --- a/.github/workflows/codeql-ruby.yaml +++ b/.github/workflows/codeql-ruby.yaml @@ -27,10 +27,10 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 + - uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: languages: ruby build-mode: none - - uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 + - uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: category: "/language:ruby"