From afb979cf8a843e822144025d4ada2f3df9b0b32d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:59:39 +0000 Subject: [PATCH] Bump github/codeql-action from 4.31.8 to 4.32.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.8 to 4.32.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](https://github.com/github/codeql-action/compare/v4.31.8...v4.32.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/scorecard.yaml | 2 +- .github/workflows/trivy-image-scanning.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 81dd2953a..67a9eb832 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -67,6 +67,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8 + uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0 with: sarif_file: results.sarif diff --git a/.github/workflows/trivy-image-scanning.yaml b/.github/workflows/trivy-image-scanning.yaml index 6d017d488..f6586636f 100644 --- a/.github/workflows/trivy-image-scanning.yaml +++ b/.github/workflows/trivy-image-scanning.yaml @@ -31,7 +31,7 @@ jobs: timeout: 30m0s - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v4.31.8 + uses: github/codeql-action/upload-sarif@v4.32.0 if: always() with: sarif_file: 'trivy-results.sarif'