From 9656bfeb58bb1655013920a82e974104cf10e99a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 01:25:11 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action Bumps the github-actions group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.33.0 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.33.0...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 dependency-group: github-actions ... 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 fe429e6..0b7135d 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.33.0 + uses: github/codeql-action/upload-sarif@v4.35.1 if: always() with: sarif_file: govulncheck.sarif