From 0dd4e7dff91c0b22a49f8d829cee8cb618ee8e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:31:40 +0000 Subject: [PATCH] Bump github/codeql-action from 4.36.2 to 4.37.5 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.36.2 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.36.2...v4.37.5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 497d179..62596ef 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -110,7 +110,7 @@ jobs: run: go tool govulncheck -format sarif ./... | jq "(.runs[].tool.driver.rules[]?.properties.tags)? |= unique" > govulncheck.sarif - name: Upload SARIF - uses: github/codeql-action/upload-sarif@v4.36.2 + uses: github/codeql-action/upload-sarif@v4.37.5 with: sarif_file: govulncheck.sarif category: govulncheck