Skip to content

Commit c878966

Browse files
authored
Merge pull request #2288 from stackhpc/pin-actions
Update actions to org-wide pins
2 parents 3ef46eb + 18446ac commit c878966

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stackhpc-build-kayobe-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
submodules: true
5757

5858
- name: Log in to the Container registry
59-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
59+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
6060
with:
6161
registry: ${{ env.REGISTRY }}
6262
username: ${{ github.actor }}

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ jobs:
361361
find . -name 'push-attempt-images.txt' -exec cat {} + > all-pushed-images.txt
362362
363363
- name: Log in to container registry
364-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
364+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
365365
with:
366366
registry: ark.stackhpc.com
367367
username: ${{ secrets.RLS_TRAIN_CI_ARK_REGISTRY_USER }}

0 commit comments

Comments
 (0)