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 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-dotnet@v4
1515 - name : Initialize CodeQL
16- uses : github/codeql-action/init@v3
16+ uses : github/codeql-action/init@v4
1717 with :
1818 languages : csharp
1919 queries : +security-and-quality
2222 dotnet test --nologo --results-directory testresults --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=lcov
2323 mv testresults/*/coverage.info lcov.info
2424 - name : Perform CodeQL Analysis
25- uses : github/codeql-action/analyze@v3
25+ uses : github/codeql-action/analyze@v4
2626 with :
2727 category : " /language:csharp"
2828 upload : false
3838 output : sarif-results/csharp.sarif
3939
4040 - name : Upload SARIF
41- uses : github/codeql-action/upload-sarif@v3
41+ uses : github/codeql-action/upload-sarif@v4
4242 with :
4343 sarif_file : sarif-results/csharp.sarif
4444 - name : Coveralls
You can’t perform that action at this time.
0 commit comments