Skip to content

Commit 4c2ba36

Browse files
Update file name to *.slnx and CodeQL V3
1 parent 920ac53 commit 4c2ba36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v3
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@v2
25+
uses: github/codeql-action/init@v3
2626
with:
2727
queries: security-and-quality
2828
languages: csharp
@@ -43,7 +43,7 @@ jobs:
4343
shell: pwsh
4444
run: |
4545
$start = (Get-Location).Path.Length + 1
46-
$sln = Join-Path '..' 'asp.sln'
46+
$sln = Join-Path '..' 'asp.slnx'
4747
$projects = Get-ChildItem src -Include src -Recurse | `
4848
ForEach-Object { Get-ChildItem $_.FullName -Filter *.csproj -Recurse } | `
4949
ForEach-Object { $_.FullName.Substring($start) }
@@ -54,4 +54,4 @@ jobs:
5454
dotnet build $slnf.FullName --configuration Release
5555
5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@v2
57+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)