File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5656 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757 # If this step fails, then you should remove it and run the build manually (see below)
5858 - name : Autobuild
59- uses : github/codeql-action/autobuild@v1
59+ uses : github/codeql-action/autobuild@v2
6060
6161 # ℹ️ Command-line programs to run using the OS shell.
6262 # 📚 https://git.io/JvXDl
Original file line number Diff line number Diff line change 1414 with :
1515 distribution : ' zulu' # See 'Supported distributions' for available options
1616 java-version : ' 21'
17- - uses : actions/setup-dotnet@v1
18- with :
19- dotnet-version : 9
20- - uses : actions/checkout@v2
17+ - uses : actions/setup-dotnet@v4
18+ - uses : actions/checkout@v4
2119 with :
2220 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2321 - name : Cache SonarCloud packages
You can’t perform that action at this time.
0 commit comments