From a51159d02d281311b35c45903a876e6a6e704e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:20:26 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.34.1 to 4.35.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.34.1...v4.35.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.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 6e8cb8e..91e42b8 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.34.1 + uses: github/codeql-action/upload-sarif@v4.35.1 if: always() with: sarif_file: govulncheck.sarif