From 7e1341453ef6702a140369a775c28c4fc225923f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:13:53 +0000 Subject: [PATCH] :arrow_up: Bump github/codeql-action from 4 to 4.37.4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.4. - [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...v4.37.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 448e899..a1c6169 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: An opinionated action that performs the actual SAST analysis with p runs: using: composite steps: - - uses: github/codeql-action/analyze@v4 + - uses: github/codeql-action/analyze@v4.37.4 branding: icon: 'umbrella' color: 'blue'