@@ -66,11 +66,11 @@ jobs:
6666 security-events : write
6767 runs-on : " ubuntu-latest"
6868 steps :
69- - uses : hoverkraft-tech/ci-github-common/actions/checkout@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
70- - uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
69+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
70+ - uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
7171 with :
7272 languages : ${{ inputs.code-ql }}
73- - uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
73+ - uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
7474
7575 dependency-review :
7676 name : 🛡️ Dependency Review
7979 contents : read
8080 runs-on : " ubuntu-latest"
8181 steps :
82- - uses : hoverkraft-tech/ci-github-common/actions/checkout@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
82+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
8383 - uses : actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
8484
8585 setup :
9393 build-commands : ${{ steps.build-variables.outputs.commands }}
9494 build-artifact : ${{ steps.build-variables.outputs.artifact }}
9595 steps :
96- - uses : hoverkraft-tech/ci-github-common/actions/checkout@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
96+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
9797
9898 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
9999 # jscpd:ignore-start
@@ -168,7 +168,7 @@ jobs:
168168 contents : read
169169 id-token : write
170170 steps :
171- - uses : hoverkraft-tech/ci-github-common/actions/checkout@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
171+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
172172
173173 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
174174 - id : oidc
@@ -204,7 +204,7 @@ jobs:
204204 contents : read
205205 id-token : write
206206 steps :
207- - uses : hoverkraft-tech/ci-github-common/actions/checkout@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
207+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
208208 if : needs.setup.outputs.build-commands
209209
210210 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
@@ -267,10 +267,10 @@ jobs:
267267 contents : read
268268 id-token : write
269269 steps :
270- - uses : hoverkraft-tech/ci-github-common/actions/checkout@abd5469ef96aaa3fa1508e2cbaa3e76734533e8a # 0.22.2
270+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
271271
272272 - if : needs.setup.outputs.build-artifact
273- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
273+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
274274 with :
275275 name : build
276276 path : " /"
0 commit comments