From 5032578231f2bd49e3686817dd9c6672b0672f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 15:45:42 +0000 Subject: [PATCH] ci(deps): bump github/codeql-action Bumps the github-actions-minor-patch group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3 to 3.35.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/v3.35.2/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3...v3.35.2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.35.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index c55a842..dd7b518 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -82,7 +82,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v3.35.2 with: languages: ${{ matrix.language }} @@ -98,4 +98,4 @@ jobs: run: make build-cli - name: Analyze - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v3.35.2