From d5558b813bf4fb6816121928cf6b62e9cc20e4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:20:57 +0000 Subject: [PATCH 1/2] ci(deps)(deps): bump github/codeql-action/analyze from 3.37.5 to 4.37.8 Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 3.37.5 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/e60ea984bd3baa95954f2856bcf24f9eaba46637...db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 19ee3896..e3aff81d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -56,6 +56,6 @@ jobs: build-mode: none - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@e60ea984bd3baa95954f2856bcf24f9eaba46637 # v3 + uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v3 with: category: "/language:${{ matrix.language }}" From 3706a1107bc1b098a3c38ef540958435d62afeee Mon Sep 17 00:00:00 2001 From: Devopam Mittra Date: Mon, 24 Aug 2026 16:37:13 +0530 Subject: [PATCH 2/2] chore(ci): upgrade CodeQL init/analyze actions to v4 to fix config version mismatch --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e3aff81d..55bbd7e4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,12 +50,12 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@e60ea984bd3baa95954f2856bcf24f9eaba46637 # v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} build-mode: none - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{ matrix.language }}"