From c67ab61f4f332bf48c50b5f2529f579bdcc69251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 13:05:26 +0000 Subject: [PATCH] Bump github/codeql-action from 4.32.2 to 4.35.1 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.2 to 4.35.1. - [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/45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2...c10b8064de6f491fea524254123dbe5e09572f13) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6d6386b376..ee1ac12af4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: working-directory: src/Magick.Native - name: Initialize CodeQL - uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 #4.32.2 + uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 #4.35.1 with: languages: csharp @@ -48,7 +48,7 @@ jobs: working-directory: build/windows - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 #4.32.2 + uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 #4.35.1 actions: name: CodeQL analysis (GitHub Actions) @@ -64,9 +64,9 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 #4.32.2 + uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 #4.35.1 with: languages: actions - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 #4.32.2 + uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 #4.35.1