Skip to content

Commit 2e35b55

Browse files
Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa5475e commit 2e35b55

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
@@ -24,7 +24,7 @@ jobs:
2424
dotnet-version: 8.0.x
2525

2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@v2
27+
uses: github/codeql-action/init@v3
2828
with:
2929
queries: security-and-quality
3030
languages: csharp
@@ -40,4 +40,4 @@ jobs:
4040
run: dotnet build --no-restore
4141

4242
- name: Perform CodeQL Analysis
43-
uses: github/codeql-action/analyze@v2
43+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)