File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
2626 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2727
2828 - name : Install GitVersion
29- uses : gittools/actions/gitversion/setup@v3.0 .1
29+ uses : gittools/actions/gitversion/setup@v3.1 .1
3030 with :
31- versionSpec : ' 6.x '
31+ versionSpec : ' 6.0.5 '
3232
3333 - name : Determine Version
3434 id : gitversion
35- uses : gittools/actions/gitversion/execute@v3.0 .1
35+ uses : gittools/actions/gitversion/execute@v3.1 .1
3636 with :
3737 useConfigFile : true
3838
5454 CODACY_PROJECT_NAME : ${{ secrets.CODACY_PROJECT_NAME }}
5555 CODACY_API_TOKEN : ${{ secrets.CODACY_API_TOKEN }}
5656 run : |
57- bash <(curl -Ls https://coverage.codacy.com/get.sh) report $(find . -name '*.opencover.xml' -printf '-r %p ')
57+ bash <(curl -Ls https://coverage.codacy.com/get.sh) report $(find . -name '*.opencover.xml' -printf '-r %p ')
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 dotnet-version : 8.0.x
2626
2727 - name : Install GitVersion
28- uses : gittools/actions/gitversion/setup@v3.0 .1
28+ uses : gittools/actions/gitversion/setup@v3.1 .1
2929 with :
30- versionSpec : ' 6.x '
30+ versionSpec : ' 6.0.5 '
3131
3232 - name : Determine Version
3333 id : gitversion
34- uses : gittools/actions/gitversion/execute@v3.0 .1
34+ uses : gittools/actions/gitversion/execute@v3.1 .1
3535 with :
3636 useConfigFile : true
3737
You can’t perform that action at this time.
0 commit comments