File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11name : " CodeQL"
22
3- on :
4- push :
5- branches-ignore :
6- - ' dependabot/**'
7- pull_request :
8- schedule :
9- - cron : ' 0 8 * * 1'
3+ on : workflow_call
4+ # push:
5+ # branches-ignore:
6+ # - 'dependabot/**'
7+ # pull_request:
8+ # schedule:
9+ # - cron: '0 8 * * 1'
1010
1111jobs :
1212 analyze :
@@ -28,13 +28,14 @@ jobs:
2828 dotnet-version : |
2929 8.0.x
3030 9.0.x
31+ 10.0.x
3132 - name : Initialize CodeQL
3233 uses : github/codeql-action/init@v4
3334 with :
3435 queries : security-and-quality
3536 languages : csharp
3637 config-file : ./.github/codeql-config.yml
3738 - name : Build source code
38- run : dotnet build --configuration Release --framework net8 .0
39+ run : dotnet build --configuration Release --framework net10 .0
3940 - name : Perform CodeQL Analysis
4041 uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9 .0.100" ,
3+ "version" : " 10 .0.100" ,
44 "allowPrerelease" : false ,
55 "rollForward" : " latestMajor"
66 }
You can’t perform that action at this time.
0 commit comments