From 51bcb06a5f088db7ed980fb574543d52460c3729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 00:06:53 +0000 Subject: [PATCH] Bump github/codeql-action from 3 to 4 in the github-actions group Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3 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/v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7c856e0..6876b4a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: meson test -C "_build" -v --test-args "-d yes" - name: initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 if: startsWith(matrix.os, 'ubuntu') && (matrix.cpp_std == 'c++23') with: languages: cpp @@ -50,7 +50,7 @@ jobs: meson compile -C "_build" - name: perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 if: startsWith(matrix.os, 'ubuntu') && (matrix.cpp_std == 'c++23')