@@ -230,7 +230,7 @@ jobs:
230230 security-events : write
231231 runs-on : ${{ inputs.runs-on && fromJson(inputs.runs-on) || 'ubuntu-latest' }}
232232 steps :
233- - uses : hoverkraft-tech/ci-github-common/actions/checkout@d95c78dc4b10250a07e227d3ddf33b0ea093e28d # 0.29 .0
233+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@1127e708e4072515056a4b0d26bcb0653646cedc # 0.30 .0
234234 - uses : github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
235235 with :
236236 languages : ${{ inputs.code-ql }}
@@ -243,7 +243,7 @@ jobs:
243243 contents : read
244244 runs-on : ${{ inputs.runs-on && fromJson(inputs.runs-on) || 'ubuntu-latest' }}
245245 steps :
246- - uses : hoverkraft-tech/ci-github-common/actions/checkout@d95c78dc4b10250a07e227d3ddf33b0ea093e28d # 0.29 .0
246+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@1127e708e4072515056a4b0d26bcb0653646cedc # 0.30 .0
247247 - uses : actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
248248
249249 setup :
@@ -267,7 +267,7 @@ jobs:
267267 build-artifact : ${{ steps.build-variables.outputs.artifact }}
268268 steps :
269269 - if : needs.prepare.outputs.container-image == null
270- uses : hoverkraft-tech/ci-github-common/actions/checkout@d95c78dc4b10250a07e227d3ddf33b0ea093e28d # 0.29 .0
270+ uses : hoverkraft-tech/ci-github-common/actions/checkout@1127e708e4072515056a4b0d26bcb0653646cedc # 0.30 .0
271271
272272 - id : build-variables
273273 if : inputs.build != ''
@@ -382,7 +382,7 @@ jobs:
382382 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
383383 id-token : write
384384 steps :
385- - uses : hoverkraft-tech/ci-github-common/actions/checkout@d95c78dc4b10250a07e227d3ddf33b0ea093e28d # 0.29 .0
385+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@1127e708e4072515056a4b0d26bcb0653646cedc # 0.30 .0
386386 if : needs.prepare.outputs.container-image == null
387387
388388 - id : oidc
@@ -438,7 +438,7 @@ jobs:
438438 outputs :
439439 artifact-id : ${{ steps.build.outputs.artifact-id }}
440440 steps :
441- - uses : hoverkraft-tech/ci-github-common/actions/checkout@d95c78dc4b10250a07e227d3ddf33b0ea093e28d # 0.29 .0
441+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@1127e708e4072515056a4b0d26bcb0653646cedc # 0.30 .0
442442 if : needs.setup.outputs.build-commands && needs.prepare.outputs.container-image == null
443443
444444 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
@@ -484,7 +484,7 @@ jobs:
484484 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
485485 id-token : write
486486 steps :
487- - uses : hoverkraft-tech/ci-github-common/actions/checkout@d95c78dc4b10250a07e227d3ddf33b0ea093e28d # 0.29 .0
487+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@1127e708e4072515056a4b0d26bcb0653646cedc # 0.30 .0
488488 if : needs.prepare.outputs.container-image == null
489489
490490 - if : needs.build.outputs.artifact-id && needs.prepare.outputs.container-image == null
0 commit comments