Skip to content

Commit bfaf032

Browse files
authored
Merge branch 'main' into dependabot/dotnet_sdk/main/dotnet-sdk-10.0.100
2 parents 96fe1f2 + 3797e06 commit bfaf032

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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+
}

.github/workflows/sonarcloud-and-mutations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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
@@ -92,7 +92,7 @@ jobs:
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 }}/**/*

0 commit comments

Comments
 (0)