Skip to content

Commit

Permalink
Update tools, packages and build logging (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
veikkoeeva committed Mar 31, 2024
1 parent 4811b02 commit c901695
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"dotnet-stryker": {
"version": "4.0.0",
"version": "4.0.2",
"commands": [
"dotnet-stryker"
]
Expand All @@ -33,13 +33,13 @@
]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.2.2",
"version": "5.2.4",
"commands": [
"reportgenerator"
]
},
"microsoft.sbom.dotnettool": {
"version": "2.2.3",
"version": "2.2.4",
"commands": [
"sbom-tool"
]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
fetch-depth: 2

- name: Cache Nuget packages '${{ matrix.os }}'
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:

- name: Build
# At the moment Verifiable.Tests cannot be built with -isolate alone due to Coverlet.
run: dotnet build --binaryLogger --graphBuild -isolate:MessageUponIsolationViolation --configuration ${{ env.BUILD_CONFIGURATION }} --no-restore -property:ContinuousIntegrationBuild=true /p:Version=${{ env.VERSION }}
run: dotnet build --tl --binaryLogger --graphBuild -isolate:MessageUponIsolationViolation --configuration ${{ env.BUILD_CONFIGURATION }} --no-restore -property:ContinuousIntegrationBuild=true /p:Version=${{ env.VERSION }}
timeout-minutes: 5

# - name: Set PR markdown title name
Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="BenchmarkDotNet" Version="0.13.12" />
<PackageVersion Include="coverlet.collector" Version="6.0.1" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageVersion Include="dotNetRdf" Version="3.1.1"/>
<PackageVersion Include="FsCheck.Xunit" Version="2.16.6" />
<PackageVersion Include="JunitXml.TestLogger" Version="3.1.12" />
Expand All @@ -24,7 +24,7 @@
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
<PackageVersion Include="System.Net.Http.Json" Version="8.0.0" />
<PackageVersion Include="System.Security.Cryptography.ProtectedData" Version="8.0.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.2" />
<PackageVersion Include="System.Text.Json" Version="8.0.3" />
<PackageVersion Include="WinSharpFuzz" Version="1.0.0" />
<PackageVersion Include="xunit" Version="2.7.0" />
<PackageVersion Include="xunit.analyzers" Version="1.11.0" />
Expand Down
8 changes: 4 additions & 4 deletions src/Verifiable.BouncyCastle/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"Microsoft.SourceLink.GitHub": "[8.0.0, )",
"SimpleBase": "[4.0.0, )",
"System.Collections.Immutable": "[8.0.0, )",
"System.Text.Json": "[8.0.2, )",
"System.Text.Json": "[8.0.3, )",
"Verifiable.Jwt": "[0.0.0.1-alpha, )"
}
},
Expand Down Expand Up @@ -82,9 +82,9 @@
},
"System.Text.Json": {
"type": "CentralTransitive",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "29KA2StjWDYp32FvREifawRtNpTziLE1xyuDV9pVQ+MsaE9bIcIieP0io/eZZeLMxR+Nx9zI55RtUtpVpEIdeg==",
"requested": "[8.0.3, )",
"resolved": "8.0.3",
"contentHash": "hpagS9joOwv6efWfrMmV9MjQXpiXZH72PgN067Ysfr6AWMSD1/1hEcvh/U5mUpPLezEWsOJSuVrmqDIVD958iA==",
"dependencies": {
"System.Text.Encodings.Web": "8.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions src/Verifiable.Core/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"System.Text.Json": {
"type": "Direct",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "29KA2StjWDYp32FvREifawRtNpTziLE1xyuDV9pVQ+MsaE9bIcIieP0io/eZZeLMxR+Nx9zI55RtUtpVpEIdeg==",
"requested": "[8.0.3, )",
"resolved": "8.0.3",
"contentHash": "hpagS9joOwv6efWfrMmV9MjQXpiXZH72PgN067Ysfr6AWMSD1/1hEcvh/U5mUpPLezEWsOJSuVrmqDIVD958iA==",
"dependencies": {
"System.Text.Encodings.Web": "8.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions src/Verifiable.Microsoft/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"Microsoft.SourceLink.GitHub": "[8.0.0, )",
"SimpleBase": "[4.0.0, )",
"System.Collections.Immutable": "[8.0.0, )",
"System.Text.Json": "[8.0.2, )",
"System.Text.Json": "[8.0.3, )",
"Verifiable.Jwt": "[0.0.0.1-alpha, )"
}
},
Expand Down Expand Up @@ -82,9 +82,9 @@
},
"System.Text.Json": {
"type": "CentralTransitive",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "29KA2StjWDYp32FvREifawRtNpTziLE1xyuDV9pVQ+MsaE9bIcIieP0io/eZZeLMxR+Nx9zI55RtUtpVpEIdeg==",
"requested": "[8.0.3, )",
"resolved": "8.0.3",
"contentHash": "hpagS9joOwv6efWfrMmV9MjQXpiXZH72PgN067Ysfr6AWMSD1/1hEcvh/U5mUpPLezEWsOJSuVrmqDIVD958iA==",
"dependencies": {
"System.Text.Encodings.Web": "8.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions src/Verifiable.NSec/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"Microsoft.SourceLink.GitHub": "[8.0.0, )",
"SimpleBase": "[4.0.0, )",
"System.Collections.Immutable": "[8.0.0, )",
"System.Text.Json": "[8.0.2, )",
"System.Text.Json": "[8.0.3, )",
"Verifiable.Jwt": "[0.0.0.1-alpha, )"
}
},
Expand Down Expand Up @@ -90,9 +90,9 @@
},
"System.Text.Json": {
"type": "CentralTransitive",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "29KA2StjWDYp32FvREifawRtNpTziLE1xyuDV9pVQ+MsaE9bIcIieP0io/eZZeLMxR+Nx9zI55RtUtpVpEIdeg==",
"requested": "[8.0.3, )",
"resolved": "8.0.3",
"contentHash": "hpagS9joOwv6efWfrMmV9MjQXpiXZH72PgN067Ysfr6AWMSD1/1hEcvh/U5mUpPLezEWsOJSuVrmqDIVD958iA==",
"dependencies": {
"System.Text.Encodings.Web": "8.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions src/Verifiable.Sidetree/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"Microsoft.SourceLink.GitHub": "[8.0.0, )",
"SimpleBase": "[4.0.0, )",
"System.Collections.Immutable": "[8.0.0, )",
"System.Text.Json": "[8.0.2, )",
"System.Text.Json": "[8.0.3, )",
"Verifiable.Jwt": "[0.0.0.1-alpha, )"
}
},
Expand Down Expand Up @@ -76,9 +76,9 @@
},
"System.Text.Json": {
"type": "CentralTransitive",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "29KA2StjWDYp32FvREifawRtNpTziLE1xyuDV9pVQ+MsaE9bIcIieP0io/eZZeLMxR+Nx9zI55RtUtpVpEIdeg==",
"requested": "[8.0.3, )",
"resolved": "8.0.3",
"contentHash": "hpagS9joOwv6efWfrMmV9MjQXpiXZH72PgN067Ysfr6AWMSD1/1hEcvh/U5mUpPLezEWsOJSuVrmqDIVD958iA==",
"dependencies": {
"System.Text.Encodings.Web": "8.0.0"
}
Expand Down
14 changes: 7 additions & 7 deletions test/Verifiable.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net8.0": {
"coverlet.collector": {
"type": "Direct",
"requested": "[6.0.1, )",
"resolved": "6.0.1",
"contentHash": "q/8r0muHlF7TbhMUTBAk43KteZYG2ECV96pbzkToQwgjp3BvbS766svUcO6va+cohWOkigeBWmHs0Vu5vQnESA=="
"requested": "[6.0.2, )",
"resolved": "6.0.2",
"contentHash": "bJShQ6uWRTQ100ZeyiMqcFlhP7WJ+bCuabUs885dJiBEzMsJMSFr7BOyeCw4rgvQokteGi5rKQTlkhfQPUXg2A=="
},
"dotNetRdf": {
"type": "Direct",
Expand Down Expand Up @@ -1425,7 +1425,7 @@
"Microsoft.SourceLink.GitHub": "[8.0.0, )",
"SimpleBase": "[4.0.0, )",
"System.Collections.Immutable": "[8.0.0, )",
"System.Text.Json": "[8.0.2, )",
"System.Text.Json": "[8.0.3, )",
"Verifiable.Jwt": "[0.0.0.1-alpha, )"
}
},
Expand Down Expand Up @@ -1527,9 +1527,9 @@
},
"System.Text.Json": {
"type": "CentralTransitive",
"requested": "[8.0.2, )",
"resolved": "8.0.2",
"contentHash": "29KA2StjWDYp32FvREifawRtNpTziLE1xyuDV9pVQ+MsaE9bIcIieP0io/eZZeLMxR+Nx9zI55RtUtpVpEIdeg==",
"requested": "[8.0.3, )",
"resolved": "8.0.3",
"contentHash": "hpagS9joOwv6efWfrMmV9MjQXpiXZH72PgN067Ysfr6AWMSD1/1hEcvh/U5mUpPLezEWsOJSuVrmqDIVD958iA==",
"dependencies": {
"System.Text.Encodings.Web": "8.0.0"
}
Expand Down

0 comments on commit c901695

Please sign in to comment.