4040 outputs :
4141 major_version : ${{ steps.extract_major_version.outputs.major_version }}
4242 steps :
43- - uses : actions/checkout@v5
43+ - uses : actions/checkout@v6
4444 - name : Extract major version
4545 id : extract_major_version
4646 if : startsWith(github.ref, 'refs/tags')
4949 virus-scan :
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 - name : Scan for Viruses
5454 uses : ./.github/actions/vaas-scan-action
5555 with :
6161 container :
6262 image : golang:latest
6363 steps :
64- - uses : actions/checkout@v5
64+ - uses : actions/checkout@v6
6565
6666 - name : set staging environment
6767 if : (inputs.environment == 'staging' || (startsWith(github.ref, 'refs/tags') && endsWith(github.ref, '-beta')))
@@ -110,7 +110,7 @@ jobs:
110110
111111 steps :
112112 - name : Checkout repository
113- uses : actions/checkout@v5
113+ uses : actions/checkout@v6
114114
115115 - name : Initialize CodeQL
116116 uses : github/codeql-action/init@v4
@@ -139,7 +139,7 @@ jobs:
139139 container :
140140 image : golang:latest
141141 steps :
142- - uses : actions/checkout@v5
142+ - uses : actions/checkout@v6
143143 - name : Install govulncheck
144144 run : go install golang.org/x/vuln/cmd/govulncheck@latest
145145 shell : bash
@@ -197,10 +197,10 @@ jobs:
197197 packages : write
198198 runs-on : ubuntu-latest
199199 steps :
200- - uses : actions/checkout@v5
200+ - uses : actions/checkout@v6
201201
202202 - name : Set up Docker Buildx
203- uses : docker/setup-buildx-action@v3
203+ uses : docker/setup-buildx-action@v4
204204
205205 - name : Extract version info
206206 id : extract_version
@@ -217,7 +217,7 @@ jobs:
217217 echo "patch=$patch" >> "$GITHUB_OUTPUT"
218218
219219 - name : Docker meta
220- uses : docker/metadata-action@v5
220+ uses : docker/metadata-action@v6
221221 id : meta
222222 with :
223223 images : |
@@ -230,14 +230,14 @@ jobs:
230230 latest=auto
231231
232232 - name : login to ghcr.io/gdatasoftwareag
233- uses : docker/login-action@v3
233+ uses : docker/login-action@v4
234234 with :
235235 registry : ghcr.io
236236 username : ${{ secrets.GHCR_IO_GDATASOFTWAREAG_USERNAME }}
237237 password : ${{ secrets.GHCR_IO_GDATASOFTWAREAG_PASSWORD }}
238238
239239 - name : Build and push
240- uses : docker/build-push-action@v6
240+ uses : docker/build-push-action@v7
241241 with :
242242 context : " golang/vaas/v3"
243243 file : " golang/vaas/v3/git-scan.Dockerfile"
0 commit comments