Skip to content

Commit 009419a

Browse files
Bump github/codeql-action from 4.35.1 to 4.35.2 (#2001)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.1 to 4.35.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c10b806...95e58e9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7d2fda commit 009419a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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@c10b8064de6f491fea524254123dbe5e09572f13 #4.35.1
42+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 #4.35.2
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@c10b8064de6f491fea524254123dbe5e09572f13 #4.35.1
51+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 #4.35.2
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@c10b8064de6f491fea524254123dbe5e09572f13 #4.35.1
67+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 #4.35.2
6868
with:
6969
languages: actions
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 #4.35.1
72+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 #4.35.2

0 commit comments

Comments
 (0)