From ad331e2d0345c9144870e06ab300ee96895983c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 15:41:44 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.37.7 --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/sarif-upload-check.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ce0c5d4..14d4067 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,11 +33,11 @@ jobs: with: go-version-file: go.mod - name: Initialize CodeQL - uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 + uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 + uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/sarif-upload-check.yml b/.github/workflows/sarif-upload-check.yml index 2851f9f..fe4b3ea 100644 --- a/.github/workflows/sarif-upload-check.yml +++ b/.github/workflows/sarif-upload-check.yml @@ -47,7 +47,7 @@ jobs: - name: Upload the SARIF log id: upload # wait-for-processing defaults to true, so this step fails if code scanning rejects the log. - uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 + uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 with: sarif_file: decolint.sarif category: ${{ env.CATEGORY }}