Skip to content

Commit 49b7be8

Browse files
ci: upgrade docker/login-action to v3.7.0 (#305)
Update all GitHub Actions workflows to pin docker/login-action at commit c94ce9fb468520275223c153574b00df6fe4bcc9 (v3.7.0), identified by hash with the tag in a comment. Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 48b98dd commit 49b7be8

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/build-controller-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4848

4949
- name: Log in to Container Registry
50-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5
50+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
5151
with:
5252
registry: ghcr.io
5353
username: ${{ github.actor }}
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7575

7676
- name: Log in to Container Registry
77-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5
77+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
7878
with:
7979
registry: ghcr.io
8080
username: ${{ github.actor }}

.github/workflows/build-launcher-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4646

4747
- name: Log in to Container Registry
48-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5
48+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
4949
with:
5050
registry: ghcr.io
5151
username: ${{ github.actor }}

.github/workflows/build-populator-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4848

4949
- name: Log in to Container Registry
50-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5
50+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
5151
with:
5252
registry: ghcr.io
5353
username: ${{ github.actor }}
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7575

7676
- name: Log in to Container Registry
77-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5
77+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
7878
with:
7979
registry: ghcr.io
8080
username: ${{ github.actor }}

.github/workflows/build-requester-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4949

5050
- name: Log in to Container Registry
51-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5
51+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
5252
with:
5353
registry: ghcr.io
5454
username: ${{ github.actor }}

.github/workflows/ci-e2e-openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
267267

268268
- name: Log in to GHCR
269-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5
269+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
270270
with:
271271
registry: ghcr.io
272272
username: ${{ secrets.CR_USER }}

.github/workflows/publish-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# 4. Log in to GHCR
6161
# -----------------------------------------
6262
- name: Log in to GitHub Container Registry
63-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
63+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
6464
with:
6565
registry: ghcr.io
6666
username: ${{ github.actor }}

0 commit comments

Comments
 (0)