From 6d8e43ea82b4a133c3adc50a54038d12884077ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 14:05:11 +0000 Subject: [PATCH] Bump github/codeql-action from 4.37.4 to 4.37.7 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.4 to 4.37.7. - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v4.37.4...v4.37.7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/eventlist.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eventlist.yml b/.github/workflows/eventlist.yml index 78cef96..17d6d85 100644 --- a/.github/workflows/eventlist.yml +++ b/.github/workflows/eventlist.yml @@ -45,7 +45,7 @@ jobs: - name: Initialize CodeQL if: github.event_name != 'release' - uses: github/codeql-action/init@v4.37.4 + uses: github/codeql-action/init@v4.37.7 with: languages: go queries: security-and-quality @@ -57,7 +57,7 @@ jobs: - name: Perform CodeQL Analysis if: github.event_name != 'release' - uses: github/codeql-action/analyze@v4.37.4 + uses: github/codeql-action/analyze@v4.37.7 - name: Build remaining executables run: |