Skip to content

Commit 6eefcbf

Browse files
committed
Update actions/checkout digest to 692973e
1 parent d1d7384 commit 6eefcbf

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
38+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
14+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1515
-
1616
name: Set up QEMU
1717
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)