From a518dd168bebfcd7e0acdf05e6066afc2cd82bc0 Mon Sep 17 00:00:00 2001 From: jinliyl <6469360+jinliyl@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:02:54 +0800 Subject: [PATCH] chore(deps): bump CodeQL action to 4.38.0 (#542) --- .github/dependabot.yml | 4 ++++ .github/workflows/security-codeql.yml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 43bd5345..2750f3fa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,10 @@ updates: day: "monday" time: "09:30" timezone: "Asia/Shanghai" + groups: + codeql: + patterns: + - "github/codeql-action/*" open-pull-requests-limit: 5 commit-message: prefix: "chore" diff --git a/.github/workflows/security-codeql.yml b/.github/workflows/security-codeql.yml index 0bde8f30..8f07b38b 100644 --- a/.github/workflows/security-codeql.yml +++ b/.github/workflows/security-codeql.yml @@ -34,12 +34,12 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4 + uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4 with: languages: ${{ matrix.language }} build-mode: none - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4 + uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4 with: category: /language:${{ matrix.language }}