chore(deps): bump CodeQL action to 4.38.0 (#542)

This commit is contained in:
jinliyl 2026-09-14 12:02:54 +08:00 committed by GitHub
parent 9ad3dafce5
commit a518dd168b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -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"

View file

@ -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 }}