From ec7eb68132c1fae48d82d7ec961a2dcb622671b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 07:26:21 +0000 Subject: [PATCH] Bump github/codeql-action from 3.30.8 to 4.31.7 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.8 to 4.31.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](https://github.com/github/codeql-action/compare/v3.30.8...v4.31.7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 53b77c32a..2ef2a2827 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -29,7 +29,7 @@ jobs: version: ${{ steps.golangci_version.outputs.version }} args: "--timeout=10m --build-tags='normal periodic' --output.sarif.path=out/go-lint.sarif" - name: Upload sarif report - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.31.7 if: always() with: sarif_file: out/go-lint.sarif @@ -86,7 +86,7 @@ jobs: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-tags normal,periodic -no-fail -fmt sarif -out results.sarif ./...' - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3 + uses: github/codeql-action/upload-sarif@149d184a5153ea45e6fbcef5588ac7b8c7af9835 # v3 with: # Path to SARIF file relative to the root of the repository sarif_file: results.sarif