Skip to content

Commit 993e10b

Browse files
chore(deps): update docker/login-action digest to af1e73f (#466)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c48c2be commit 993e10b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/copy-images/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
using: composite
2020
steps:
2121
- name: Log in to the GitHub Container registry
22-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4
22+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
2323
with:
2424
registry: ghcr.io
2525
username: ${{ inputs.registry_user }}

.github/actions/security-scans/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
using: composite
2323
steps:
2424
- name: Log in to the GitHub Container registry
25-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4
25+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
2626
with:
2727
registry: ghcr.io
2828
username: ${{ inputs.registry_user }}

.github/workflows/bake_targets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
echo "filtered_targets=$target" >> "$GITHUB_OUTPUT"
8181
8282
- name: Log in to the GitHub Container registry
83-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4
83+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
8484
with:
8585
registry: ghcr.io
8686
username: ${{ github.actor }}

0 commit comments

Comments
 (0)