@@ -65,23 +65,23 @@ jobs:
6565 run : cat src/AssemblyInfo.cs
6666
6767 - name : Log in to the Container registry
68- uses : docker/login-action@v2.1 .0
68+ uses : docker/login-action@v3.0 .0
6969 with :
7070 registry : ${{ env.REGISTRY }}
7171 username : ${{ github.actor }}
7272 password : ${{ secrets.GITHUB_TOKEN }}
7373
7474 - name : Extract metadata (tags, labels) for Docker
7575 id : meta
76- uses : docker/metadata-action@v4 .4.0
76+ uses : docker/metadata-action@v5 .4.0
7777 with :
7878 images : ${{ matrix.image }}
7979 tags : |
8080 type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
8181 type=raw,value=${{ steps.gitversion.outputs.semVer }}
8282
8383 - name : Build and Push Container Image for ${{ matrix.dockerfile }}
84- uses : docker/build-push-action@v4.0 .0
84+ uses : docker/build-push-action@v5.1 .0
8585 with :
8686 context : .
8787 push : ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/heads/develop') ||contains(github.head_ref, 'release/') || contains(github.head_ref, 'feature/') || contains(github.head_ref, 'develop') }}
@@ -124,7 +124,7 @@ jobs:
124124
125125 - name : Anchore Container Scan
126126 id : anchore-scan
127- uses : anchore/scan-action@v3.3.5
127+ uses : anchore/scan-action@v3.3.8
128128 continue-on-error : true
129129 if : ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }}
130130 with :
@@ -153,7 +153,7 @@ jobs:
153153
154154 - uses : actions/setup-dotnet@v3
155155 with :
156- dotnet-version : " 6 .0.x"
156+ dotnet-version : " 8 .0.x"
157157
158158 - name : Enable NuGet cache
159159 uses : actions/cache@v3.3.1
0 commit comments