From 1c60aa8c257f345370f7c49e551cf0b7b49eb4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 09:08:36 +0000 Subject: [PATCH] build(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.9 to 4.38.0 - [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.9...v4.38.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-test-and-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-test-and-build.yml b/.github/workflows/reusable-test-and-build.yml index 47eff2cc..426f2225 100644 --- a/.github/workflows/reusable-test-and-build.yml +++ b/.github/workflows/reusable-test-and-build.yml @@ -295,7 +295,7 @@ jobs: summary-title: "Gitleaks Analysis Results" - name: Upload Gitleaks scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v4.37.9 + uses: github/codeql-action/upload-sarif@v4.38.0 with: category: gitleaks sarif_file: "results.sarif" @@ -367,7 +367,7 @@ jobs: - name: Upload Pyre scan results to GitHub Security tab if: ${{ hashFiles('sarif.json') != '' }} - uses: github/codeql-action/upload-sarif@v4.37.9 + uses: github/codeql-action/upload-sarif@v4.38.0 with: category: pyre sarif_file: "sarif.json" @@ -460,7 +460,7 @@ jobs: summary-title: "Trivy Vulnerability Scan Results" - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v4.37.9 + uses: github/codeql-action/upload-sarif@v4.38.0 with: category: trivy sarif_file: "trivy-results.json"