From 1b9757df3fcb5b88433e019490af33312707e103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 14:47:02 +0000 Subject: [PATCH] chore(deps): 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/security.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index aa3953c..687228a 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -37,13 +37,13 @@ jobs: go-version-file: go.mod cache: true - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.4 + uses: github/codeql-action/init@v4.37.7 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@v4.37.4 + uses: github/codeql-action/autobuild@v4.37.7 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.4 + uses: github/codeql-action/analyze@v4.37.7 with: category: "/language:go"