From b1a04715ceb6af9c3c6207297bf99f6289181ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 14:02:41 +0000 Subject: [PATCH] Bump github/codeql-action from 2 to 4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 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/v2...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9777231..30718d5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,14 +38,14 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL for centos7 if: ${{ matrix.os == 'centos7' }} - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v4 with: queries: security-extended languages: ${{ matrix.language }} - name: Initialize CodeQL for rhel8 if: ${{ matrix.os == 'rhel8' }} - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: queries: security-extended languages: ${{ matrix.language }} @@ -64,8 +64,8 @@ jobs: - name: Perform CodeQL Analysis for centos7 if: ${{ matrix.os == 'centos7' }} - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v4 - name: Perform CodeQL Analysis for rhel8 if: ${{ matrix.os == 'rhel8' }} - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4