@@ -61,11 +61,11 @@ jobs:
6161 security-events : write
6262 runs-on : " ubuntu-latest"
6363 steps :
64- - uses : hoverkraft-tech/ci-github-common/actions/checkout@0.17 .0
65- -
uses :
github/codeql-action/[email protected] .11 64+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@0.18 .0
65+ -
uses :
github/codeql-action/[email protected] .12 6666 with :
6767 languages : ${{ inputs.code-ql }}
68- -
uses :
github/codeql-action/[email protected] .11 68+ -
uses :
github/codeql-action/[email protected] .12 6969
7070 dependency-review :
7171 name : 🛡️ Dependency Review
7474 contents : read
7575 runs-on : " ubuntu-latest"
7676 steps :
77- - uses : hoverkraft-tech/ci-github-common/actions/checkout@0.17 .0
77+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@0.18 .0
7878 - uses : actions/dependency-review-action@v4
7979
8080 setup :
9090 steps :
9191 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
9292 # jscpd:ignore-start
93- - uses : hoverkraft-tech/ci-github-common/actions/checkout@0.17 .0
93+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@0.18 .0
9494
9595 - id : oidc
9696 uses : ChristopherHX/oidc@v3
@@ -162,7 +162,7 @@ jobs:
162162 id-token : write
163163 steps :
164164 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
165- - uses : hoverkraft-tech/ci-github-common/actions/checkout@0.17 .0
165+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@0.18 .0
166166
167167 - id : oidc
168168 uses : ChristopherHX/oidc@v3
@@ -196,7 +196,7 @@ jobs:
196196 id-token : write
197197 steps :
198198 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
199- - uses : hoverkraft-tech/ci-github-common/actions/checkout@0.17 .0
199+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@0.18 .0
200200 if : needs.setup.outputs.build-commands
201201
202202 - id : oidc
@@ -257,7 +257,7 @@ jobs:
257257 id-token : write
258258 steps :
259259 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
260- - uses : hoverkraft-tech/ci-github-common/actions/checkout@0.17 .0
260+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@0.18 .0
261261
262262 - if : needs.setup.outputs.build-artifact
263263 uses : actions/download-artifact@v4
0 commit comments