From fb16ffe0a924e2cc29413b3248400436d5169300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:18:20 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 4.32.6 to 4.34.1 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.6 to 4.34.1. - [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.32.6...v4.34.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 90f7e96..15fb921 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -137,7 +137,7 @@ jobs: output-file: govulncheck.sarif - name: Upload SARIF - uses: github/codeql-action/upload-sarif@v4.32.6 + uses: github/codeql-action/upload-sarif@v4.34.1 if: always() with: sarif_file: govulncheck.sarif