Skip to content

Commit da35d60

Browse files
Bump github/codeql-action from 1 to 2 (#777)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 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@v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5bd591e commit da35d60

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
@@ -22,7 +22,7 @@ jobs:
2222
dotnet-version: "6.0.102"
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@v1
25+
uses: github/codeql-action/init@v2
2626
with:
2727
queries: security-and-quality
2828
languages: csharp
@@ -34,4 +34,4 @@ jobs:
3434
run: dotnet build --no-restore
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v1
37+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)