File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "dotnet-stryker" : {
6- "version" : " 4.8.1 " ,
6+ "version" : " 4.9.0 " ,
77 "commands" : [
88 " dotnet-stryker"
99 ]
1010 }
1111 }
12- }
12+ }
Original file line number Diff line number Diff line change 9191 run : mkdir -p ~/sonar/cache
9292
9393 - name : " Cache SonarCloud packages"
94- uses : actions/cache@v4
94+ uses : actions/cache@v5
9595 with :
9696 path : ~/sonar/cache
9797 key : ${{ runner.os }}-sonar-${{ hashFiles('**/*.csproj') }}
@@ -101,7 +101,7 @@ jobs:
101101
102102 - name : " Cache SonarCloud scanner"
103103 id : cache-sonar-scanner
104- uses : actions/cache@v4
104+ uses : actions/cache@v5
105105 with :
106106 path : ./.sonar/scanner
107107 key : ${{ runner.os }}-sonar-scanner
Original file line number Diff line number Diff line change 6363 toolpath : " reportgeneratortool" # Default directory for installing the dotnet tool.
6464
6565 - name : " Upload Combined Coverage"
66- uses : actions/upload-artifact@v5 .0.0
66+ uses : actions/upload-artifact@v6 .0.0
6767 with :
6868 name : ' Coverage'
6969 path : ${{ github.workspace }}/Cobertura.xml
9292 path : code-coverage-results.md
9393
9494 - name : " Upload Test Results"
95- uses : actions/upload-artifact@v5 .0.0
95+ uses : actions/upload-artifact@v6 .0.0
9696 with :
9797 name : ' TestResults'
9898 path : ${{ github.workspace }}/${{ env.COVERAGE_REPORT_DIRECTORY }}/**/*
You can’t perform that action at this time.
0 commit comments