We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29b884 commit f68626eCopy full SHA for f68626e
1 file changed
.github/workflows/build-and-test.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
machine-types: '["ubuntu-24.04"]'
16
timeout-minutes: 60
17
- dotnet-version: 9.0.4
+ dotnet-version: 9.0.203
18
19
build-and-test-windows:
20
name: Build and Test (Windows)
@@ -27,7 +27,7 @@ jobs:
27
# Running ZAP for security scans in Docker under GHA Windows runners won't work since such virtualization is not
28
# supported by GHA.
29
test-filter: "FullyQualifiedName!~SecurityScanningTests"
30
31
32
codespell:
33
name: Codespell
0 commit comments