Skip to content

Commit 55c764e

Browse files
Bump github/codeql-action from 4.32.2 to 4.35.1 (#1988)
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](github/codeql-action@45cbd0c...c10b806) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8526fd2 commit 55c764e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
working-directory: src/Magick.Native
4040

4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 #4.32.2
42+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 #4.35.1
4343
with:
4444
languages: csharp
4545

@@ -48,7 +48,7 @@ jobs:
4848
working-directory: build/windows
4949

5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 #4.32.2
51+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 #4.35.1
5252

5353
actions:
5454
name: CodeQL analysis (GitHub Actions)
@@ -64,9 +64,9 @@ jobs:
6464
persist-credentials: false
6565

6666
- name: Initialize CodeQL
67-
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 #4.32.2
67+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 #4.35.1
6868
with:
6969
languages: actions
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 #4.32.2
72+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 #4.35.1

0 commit comments

Comments
 (0)