Skip to content

Commit b127d68

Browse files
(build deps): Bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/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](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5310b31 commit b127d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fetch-depth: 0
5555

5656
- name: Initialize CodeQL
57-
uses: github/codeql-action/init@v3
57+
uses: github/codeql-action/init@v4
5858
with:
5959
languages: ${{ matrix.language }}
6060

@@ -82,4 +82,4 @@ jobs:
8282
run: dotnet run/build.dll --target=BuildPrepare --exclusive
8383

8484
- name: Perform CodeQL Analysis
85-
uses: github/codeql-action/analyze@v3
85+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)