From 7859cb3f74feb21eb491f9ccef52e6f50cc88673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:08:22 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action in the github-actions group Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.37.4 to 4.37.5 - [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.37.4...v4.37.5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/trivy.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10729ebe..31dae9c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,14 +80,14 @@ jobs: # (the scan + gate still run). - name: Upload SARIF (root module) if: always() && github.event.pull_request.head.repo.fork != true - uses: github/codeql-action/upload-sarif@v4.37.4 + uses: github/codeql-action/upload-sarif@v4.37.5 with: sarif_file: govulncheck-root.sarif category: govulncheck-root - name: Upload SARIF (test/integration module) if: always() && github.event.pull_request.head.repo.fork != true - uses: github/codeql-action/upload-sarif@v4.37.4 + uses: github/codeql-action/upload-sarif@v4.37.5 with: sarif_file: govulncheck-integration.sarif category: govulncheck-integration diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 1c769b6e..1ad38e5c 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -50,7 +50,7 @@ jobs: # (the scan + gate still run). - name: Upload SARIF to code scanning if: always() && github.event.pull_request.head.repo.fork != true - uses: github/codeql-action/upload-sarif@v4.37.4 + uses: github/codeql-action/upload-sarif@v4.37.5 with: sarif_file: trivy-results.sarif @@ -90,6 +90,6 @@ jobs: output: trivy-results.sarif - name: Upload SARIF to code scanning - uses: github/codeql-action/upload-sarif@v4.37.4 + uses: github/codeql-action/upload-sarif@v4.37.5 with: sarif_file: trivy-results.sarif