File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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) }
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
You can’t perform that action at this time.
0 commit comments