From 89b3ee268f91b0e2b5f5f7857b601388375bd4ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 08:44:36 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 4 to 4.37.3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.3. - [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.3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/firmware_static.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/firmware_static.yml b/.github/workflows/firmware_static.yml index 694673bc..a866106a 100644 --- a/.github/workflows/firmware_static.yml +++ b/.github/workflows/firmware_static.yml @@ -38,7 +38,7 @@ jobs: run: arm-none-eabi-gcc --version - name: Initialize CodeQL - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@v4.37.3 with: languages: cpp queries: security-and-quality @@ -113,7 +113,7 @@ jobs: echo "✅ Build successful" - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@v4.37.3 with: category: '/language:cpp' output: results @@ -168,6 +168,6 @@ jobs: path: sarif - name: Upload SARIF to GitHub Security - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.3 with: sarif_file: sarif/cpp.sarif