Skip to content

Commit ced221b

Browse files
Merge pull request #102 from steadybit/dependabot/github_actions/docker/login-action-4
chore(deps): bump docker/login-action from 3 to 4
2 parents 8138e92 + 2fa9aae commit ced221b

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)