Skip to content

Commit 3507b5c

Browse files
committed
Update actions/checkout digest to a5ac7e5
1 parent 7c7cb43 commit 3507b5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
38+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
3939

4040
# Install the cosign tool except on PR
4141
# https://github.com/sigstore/cosign-installer

Diff for: .github/workflows/dockerhub.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout
14-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
14+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1515
-
1616
name: Set up QEMU
1717
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)