From f8a67242e8ad5a6803ba56e35fa33a47fb453ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 00:20:35 +0000 Subject: [PATCH] Bump github/codeql-action from 4.37.7 to 4.37.8 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.7 to 4.37.8. - [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.7...v4.37.8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.8 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 f15983c..34e825f 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -78,7 +78,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.7 + - uses: github/codeql-action/upload-sarif@v4.37.8 if: github.ref == 'refs/heads/main' && (success() || failure()) with: sarif_file: govulncheck.sarif @@ -173,7 +173,7 @@ jobs: scan-type: fs format: sarif output: ${{ github.ref == 'refs/heads/main' && 'trivy.sarif' || '' }} - - uses: github/codeql-action/upload-sarif@v4.37.7 + - uses: github/codeql-action/upload-sarif@v4.37.8 if: github.ref == 'refs/heads/main' && (success() || failure()) with: sarif_file: trivy.sarif