File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,15 @@ jobs:
5858 steps :
5959 - name : Checkout repository
6060 uses : actions/checkout@v4
61+ with :
62+ fetch-depth : 0
63+ submodules : recursive
6164
62- # Add any setup steps before running the `github/codeql-action/init` action.
63- # This includes steps like installing compilers or runtimes (`actions/setup-node`
64- # or others). This is typically only required for manual builds.
65- # - name: Setup runtime (example)
66- # uses: actions/setup-example@v1
67-
65+ - name : Setup .NET Core SDK
66+ uses : actions/setup-dotnet@v4
67+ with :
68+ dotnet-version : 9.0.x
69+
6870 # Initializes the CodeQL tools for scanning.
6971 - name : Initialize CodeQL
7072 uses : github/codeql-action/init@v3
8587 # ℹ️ Command-line programs to run using the OS shell.
8688 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8789 - if : matrix.build-mode == 'manual'
90+ name : Build
8891 shell : bash
8992 run : |
9093 dotnet build -c Release
You can’t perform that action at this time.
0 commit comments