Skip to content

Commit 5ec46c4

Browse files
committed
checkout repo to allow action to run
1 parent 06ce112 commit 5ec46c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/certify-ubi-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
name: Certify OpenShift UBI images
3535
runs-on: ubuntu-24.04
3636
steps:
37+
- name: Checkout
38+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+
3740
- name: Certify UBI OSS images in quay
3841
uses: ./.github/actions/certify-openshift-image
3942
with:

0 commit comments

Comments
 (0)