From ec31e73d50eb5999b2e31c943d6ceb34c6ee3591 Mon Sep 17 00:00:00 2001 From: PeterGuy326 <47820304+PeterGuy326@users.noreply.github.com> Date: Thu, 10 Sep 2026 15:06:29 +0800 Subject: [PATCH] chore(ci): correct CodeQL action version comments Annotate the existing cdf488f595d80d6e07e03d4674febd5ab45fa938 pin as v4.37.9. The action SHA and executable workflow configuration are unchanged. --- .github/workflows/bytefolk-scorecard.yml | 2 +- .github/workflows/bytefolk-security.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bytefolk-scorecard.yml b/.github/workflows/bytefolk-scorecard.yml index bca8aa4..2058126 100644 --- a/.github/workflows/bytefolk-scorecard.yml +++ b/.github/workflows/bytefolk-scorecard.yml @@ -44,6 +44,6 @@ jobs: retention-days: 14 - name: Upload Scorecard results - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.4 + uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: sarif_file: results.sarif diff --git a/.github/workflows/bytefolk-security.yml b/.github/workflows/bytefolk-security.yml index 73a3d76..6ccef7b 100644 --- a/.github/workflows/bytefolk-security.yml +++ b/.github/workflows/bytefolk-security.yml @@ -53,12 +53,12 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.4 + uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: languages: ${{ matrix.language }} queries: security-extended - name: Analyze - uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.4 + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: category: /language:${{ matrix.language }}