@@ -111,7 +111,7 @@ jobs:
111111 security-events : write
112112 runs-on : ${{ inputs.runs-on && fromJson(inputs.runs-on) || 'ubuntu-latest' }}
113113 steps :
114- - uses : hoverkraft-tech/ci-github-common/actions/checkout@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
114+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
115115 - uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
116116 with :
117117 languages : ${{ inputs.code-ql }}
@@ -124,7 +124,7 @@ jobs:
124124 contents : read
125125 runs-on : ${{ inputs.runs-on && fromJson(inputs.runs-on) || 'ubuntu-latest' }}
126126 steps :
127- - uses : hoverkraft-tech/ci-github-common/actions/checkout@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
127+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
128128 - uses : actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
129129
130130 setup :
@@ -144,7 +144,7 @@ jobs:
144144 build-artifact : ${{ steps.build-variables.outputs.artifact }}
145145 steps :
146146 - if : inputs.container == ''
147- uses : hoverkraft-tech/ci-github-common/actions/checkout@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
147+ uses : hoverkraft-tech/ci-github-common/actions/checkout@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
148148
149149 - id : build-variables
150150 if : inputs.build != ''
@@ -263,7 +263,7 @@ jobs:
263263 contents : read
264264 id-token : write
265265 steps :
266- - uses : hoverkraft-tech/ci-github-common/actions/checkout@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
266+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
267267 if : inputs.container == ''
268268
269269 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
@@ -314,7 +314,7 @@ jobs:
314314 contents : read
315315 id-token : write
316316 steps :
317- - uses : hoverkraft-tech/ci-github-common/actions/checkout@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
317+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
318318 if : needs.setup.outputs.build-commands && inputs.container == ''
319319
320320 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
@@ -421,7 +421,7 @@ jobs:
421421 contents : read
422422 id-token : write
423423 steps :
424- - uses : hoverkraft-tech/ci-github-common/actions/checkout@b7dd413209df265bef8d7eb0efb117eaabc684c4 # 0.27 .0
424+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28 .0
425425 if : inputs.container == ''
426426
427427 - if : needs.setup.outputs.build-artifact && inputs.container == ''
0 commit comments