From c69f28f0c30935688145e671712fad31e49ff48d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 16:23:47 +0000 Subject: [PATCH] Bump github/codeql-action from 4.37.9 to 4.38.1 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.9 to 4.38.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.37.9...v4.38.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.38.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5a505e2..986b736 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -49,7 +49,7 @@ jobs: - name: Upload Trivy scan results to GitHub Security tab if: github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'schedule') - uses: github/codeql-action/upload-sarif@v4.37.9 + uses: github/codeql-action/upload-sarif@v4.38.1 with: sarif_file: "trivy-results.sarif"