File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7272
7373 - name : Log in to the container registry
7474 if : inputs.scan_type == 'image'
75- uses : docker/login-action@v3 # NOSONAR githubactions:S7637 - verified action creator
75+ uses : docker/login-action@v4 # NOSONAR githubactions:S7637 - verified action creator
7676 with :
7777 registry : ghcr.io
7878 username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227227
228228 - name : Log in to the container registry
229229 if : inputs.force_push_docker_image || github.event_name != 'pull_request'
230- uses : docker/login-action@v3 # NOSONAR githubactions:S7637 - verified action creator
230+ uses : docker/login-action@v4 # NOSONAR githubactions:S7637 - verified action creator
231231 with :
232232 registry : ghcr.io
233233 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments