File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
2525 NUGET_PACKAGES : ${{ github.workspace }}/.nuget/packages
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828
2929 - name : Setup .NET (8 + 9)
3030 uses : actions/setup-dotnet@v5
Original file line number Diff line number Diff line change 2828 DOTNET_NOLOGO : true
2929 DOTNET_CLI_TELEMETRY_OPTOUT : true
3030 steps :
31- - uses : actions/checkout@v6
31+ - uses : actions/checkout@v7
3232
3333 - name : Setup .NET (8 + 9)
3434 uses : actions/setup-dotnet@v5
Original file line number Diff line number Diff line change 2828 DOTNET_CLI_TELEMETRY_OPTOUT : true
2929 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
3030 steps :
31- - uses : actions/checkout@v6
31+ - uses : actions/checkout@v7
3232 with :
3333 # Full history gives Sonar accurate new-code / blame information.
3434 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments