File tree Expand file tree Collapse file tree
src/ScreenshotCreator.Api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "dotnet-stryker" : {
6- "version" : " 4.12 .0" ,
6+ "version" : " 4.13 .0" ,
77 "commands" : [
88 " dotnet-stryker"
99 ]
Original file line number Diff line number Diff line change 2828
2929 needs : ci_cd
3030
31- uses : mu88/common/.github/workflows/ci-cd.yml@0b775f3670b609a0f9c943b5e2a9e6fa0cbe483a
31+ uses : mu88/common/.github/workflows/ci-cd.yml@ab8025d2f12c1c61fe3cc68d6abca8de03e3002d
3232 with :
3333 docker-attest-provenance-and-sbom : true
3434 docker-publish-project : src/ScreenshotCreator.Api/ScreenshotCreator.Api.csproj
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 uses : actions/checkout@v6
2525
2626 - name : Set up QEMU
27- uses : docker/setup-qemu-action@v3
27+ uses : docker/setup-qemu-action@v4
2828
2929 - name : Set up Docker Buildx
30- uses : docker/setup-buildx-action@v3
30+ uses : docker/setup-buildx-action@v4
3131
3232 - name : Login to Container registry
33- uses : docker/login-action@v3
33+ uses : docker/login-action@v4
3434 with :
3535 registry : ghcr.io
3636 username : ${{ github.actor }}
@@ -104,7 +104,7 @@ jobs:
104104 uses : actions/checkout@v6
105105
106106 - name : Login to Container registry
107- uses : docker/login-action@v3
107+ uses : docker/login-action@v4
108108 with :
109109 registry : ghcr.io
110110 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 2222 <PackageVersion Include =" NUnit" Version =" 4.5.0" />
2323 <PackageVersion Include =" NUnit.Analyzers" Version =" 4.11.2" />
2424 <PackageVersion Include =" NUnit3TestAdapter" Version =" 6.1.0" />
25- <PackageVersion Include =" Scalar.AspNetCore" Version =" 2.12.50 " />
25+ <PackageVersion Include =" Scalar.AspNetCore" Version =" 2.13.1 " />
2626 <PackageVersion Include =" Testcontainers" Version =" 4.10.0" />
2727 </ItemGroup >
2828</Project >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <DockerDefaultTargetOS >Linux</DockerDefaultTargetOS >
44 <RuntimeIdentifiers >linux-x64;linux-arm64</RuntimeIdentifiers >
5- <ContainerBaseImage >ghcr.io/mu88/screenshotcreator-playwright:10.0.103 </ContainerBaseImage >
5+ <ContainerBaseImage >ghcr.io/mu88/screenshotcreator-playwright:10.0.114 </ContainerBaseImage >
66 <PublishRegularContainer >true</PublishRegularContainer >
77 <PlaywrightPlatform >all</PlaywrightPlatform >
88 </PropertyGroup >
Original file line number Diff line number Diff line change 3030 },
3131 "Scalar.AspNetCore" : {
3232 "type" : " Direct" ,
33- "requested" : " [2.12.50 , )" ,
34- "resolved" : " 2.12.50 " ,
35- "contentHash" : " VjP0hDqICp70OuDtasziehQfs3t2TuhlXfWoOgc5H06iiYLAajclEjfrNDqqD2CTxBPMoU243BXmEphCRF/QTQ =="
33+ "requested" : " [2.13.1 , )" ,
34+ "resolved" : " 2.13.1 " ,
35+ "contentHash" : " HxkQC71kWUQBdj/51GFyETO21pqmK5hfNpovAdIi4d/XEv/HIoMCNw3CGSwT0h5E8rG3CuaSm/Wz0xk7eLbu9A =="
3636 },
3737 "IDisposableAnalyzers" : {
3838 "type" : " Transitive" ,
Original file line number Diff line number Diff line change 776776 "type" : " Project" ,
777777 "dependencies" : {
778778 "Microsoft.AspNetCore.OpenApi" : " [10.0.3, )" ,
779- "Scalar.AspNetCore" : " [2.12.50 , )" ,
779+ "Scalar.AspNetCore" : " [2.13.1 , )" ,
780780 "ScreenshotCreator.Logic" : " [5.0.0, )" ,
781781 "mu88.Shared" : " [8.0.0, )"
782782 }
832832 },
833833 "Scalar.AspNetCore" : {
834834 "type" : " CentralTransitive" ,
835- "requested" : " [2.12.50 , )" ,
836- "resolved" : " 2.12.50 " ,
837- "contentHash" : " VjP0hDqICp70OuDtasziehQfs3t2TuhlXfWoOgc5H06iiYLAajclEjfrNDqqD2CTxBPMoU243BXmEphCRF/QTQ =="
835+ "requested" : " [2.13.1 , )" ,
836+ "resolved" : " 2.13.1 " ,
837+ "contentHash" : " HxkQC71kWUQBdj/51GFyETO21pqmK5hfNpovAdIi4d/XEv/HIoMCNw3CGSwT0h5E8rG3CuaSm/Wz0xk7eLbu9A =="
838838 }
839839 }
840840 }
You can’t perform that action at this time.
0 commit comments