From 1bc3ef82fa0b33530bc1b97070df1a61429c1fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 16:24:26 +0000 Subject: [PATCH] Bump github/codeql-action from 4.37.4 to 4.37.8 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.4 to 4.37.8. - [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.8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch ... 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 62b99cd..ac8a887 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.4 + uses: github/codeql-action/upload-sarif@v4.37.8 with: sarif_file: "trivy-results.sarif"