Skip to content

Commit 8cfece2

Browse files
authored
Update dependencies (#427)
* Update Ardalis.GuardClauses * Update coverlet.collector * Update Docker.DotNet * Update FluentAssertions * Update xunit * Update NLog * Update MongoDB * Update Polly * Update Monai.Deploy libraries * Update Microsoft .NET 6 libraries * Update fo-dicom * Update Github Action dependencies * Update dependencies versions * Remove fo-dicom logging support and use .NET logging Signed-off-by: Victor Chang <[email protected]>
1 parent 85d7d94 commit 8cfece2

File tree

166 files changed

+2756
-2928
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+2756
-2928
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ jobs:
389389
retention-days: 7
390390

391391
- name: Log in to the Container registry
392-
uses: docker/login-action@v2.1.0
392+
uses: docker/login-action@v2.2.0
393393
if: ${{ (matrix.os == 'ubuntu-latest') }}
394394
with:
395395
registry: ${{ env.REGISTRY }}
@@ -398,7 +398,7 @@ jobs:
398398

399399
- name: Extract metadata (tags, labels) for Docker
400400
id: meta
401-
uses: docker/metadata-action@v4.3.0
401+
uses: docker/metadata-action@v4.6.0
402402
if: ${{ (matrix.os == 'ubuntu-latest') }}
403403
with:
404404
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
@@ -407,7 +407,7 @@ jobs:
407407
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
408408
409409
- name: Build and push Docker image
410-
uses: docker/build-push-action@v4.0.0
410+
uses: docker/build-push-action@v4.1.1
411411
if: ${{ (matrix.os == 'ubuntu-latest') }}
412412
with:
413413
context: .
@@ -425,7 +425,7 @@ jobs:
425425

426426
- name: Anchore container scan
427427
id: anchore-scan
428-
uses: anchore/[email protected].5
428+
uses: anchore/[email protected].6
429429
if: ${{ (matrix.os == 'ubuntu-latest') }}
430430
with:
431431
image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}

0 commit comments

Comments
 (0)