Skip to content

Commit d53bcc5

Browse files
chore(deps): update all dependencies
1 parent 95e57ad commit d53bcc5

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/CI_CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

.github/workflows/Playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/setup-buildx-action@v3
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 }}

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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.12.54" />
2626
<PackageVersion Include="Testcontainers" Version="4.10.0" />
2727
</ItemGroup>
2828
</Project>

src/ScreenshotCreator.Api/ScreenshotCreator.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.107</ContainerBaseImage>
66
<PublishRegularContainer>true</PublishRegularContainer>
77
<PlaywrightPlatform>all</PlaywrightPlatform>
88
</PropertyGroup>

src/ScreenshotCreator.Api/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
},
3131
"Scalar.AspNetCore": {
3232
"type": "Direct",
33-
"requested": "[2.12.50, )",
34-
"resolved": "2.12.50",
35-
"contentHash": "VjP0hDqICp70OuDtasziehQfs3t2TuhlXfWoOgc5H06iiYLAajclEjfrNDqqD2CTxBPMoU243BXmEphCRF/QTQ=="
33+
"requested": "[2.12.54, )",
34+
"resolved": "2.12.54",
35+
"contentHash": "mRumGYTKRj1BH54Okvdsg/O1m7q+WKSMUg83fqRPJSOAUAIrU4PFN9C9gYiRbLn9Dcz7M+cSKWNBSQVhKqZk6g=="
3636
},
3737
"IDisposableAnalyzers": {
3838
"type": "Transitive",

tests/Tests/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@
776776
"type": "Project",
777777
"dependencies": {
778778
"Microsoft.AspNetCore.OpenApi": "[10.0.3, )",
779-
"Scalar.AspNetCore": "[2.12.50, )",
779+
"Scalar.AspNetCore": "[2.12.54, )",
780780
"ScreenshotCreator.Logic": "[5.0.0, )",
781781
"mu88.Shared": "[8.0.0, )"
782782
}
@@ -832,9 +832,9 @@
832832
},
833833
"Scalar.AspNetCore": {
834834
"type": "CentralTransitive",
835-
"requested": "[2.12.50, )",
836-
"resolved": "2.12.50",
837-
"contentHash": "VjP0hDqICp70OuDtasziehQfs3t2TuhlXfWoOgc5H06iiYLAajclEjfrNDqqD2CTxBPMoU243BXmEphCRF/QTQ=="
835+
"requested": "[2.12.54, )",
836+
"resolved": "2.12.54",
837+
"contentHash": "mRumGYTKRj1BH54Okvdsg/O1m7q+WKSMUg83fqRPJSOAUAIrU4PFN9C9gYiRbLn9Dcz7M+cSKWNBSQVhKqZk6g=="
838838
}
839839
}
840840
}

0 commit comments

Comments
 (0)