From a05e4c991d9934a2bb9d8386940ab0dff4cab20c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 20:34:27 +0000 Subject: [PATCH] Bump github/codeql-action from 4.37.4 to 4.37.5 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.4 to 4.37.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v4.37.4...v4.37.5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 4d8b596..ff001f4 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -80,7 +80,7 @@ jobs: go-version-input: output-format: sarif output-file: ${{ github.ref == 'refs/heads/main' && 'govulncheck.sarif' || '' }} - - uses: github/codeql-action/upload-sarif@v4.37.4 + - uses: github/codeql-action/upload-sarif@v4.37.5 if: github.ref == 'refs/heads/main' && (success() || failure()) with: sarif_file: govulncheck.sarif @@ -177,7 +177,7 @@ jobs: scan-type: fs format: sarif output: ${{ github.ref == 'refs/heads/main' && 'trivy.sarif' || '' }} - - uses: github/codeql-action/upload-sarif@v4.37.4 + - uses: github/codeql-action/upload-sarif@v4.37.5 if: github.ref == 'refs/heads/main' && (success() || failure()) with: sarif_file: trivy.sarif