Skip to content

Commit 0833f4b

Browse files
chore(deps): update docker/login-action digest to c94ce9f (#383)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fbdfd6a commit 0833f4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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@5e57cd118135c172c3672efd75eb46360885c0ef # v3
22+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
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@5e57cd118135c172c3672efd75eb46360885c0ef # v3
25+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
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
@@ -77,7 +77,7 @@ jobs:
7777
echo "filtered_targets=$target" >> "$GITHUB_OUTPUT"
7878
7979
- name: Log in to the GitHub Container registry
80-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
80+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
8181
with:
8282
registry: ghcr.io
8383
username: ${{ github.actor }}

0 commit comments

Comments
 (0)