Skip to content

Commit 2fa9aae

Browse files
chore(deps): bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8138e92 commit 2fa9aae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-cve-scan.yml

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

.github/workflows/reusable-extension-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)