@@ -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@b4883995e100e291a1fed68678d47a560328ed08 # 0.24 .0
70- - uses : github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
69+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
70+ - uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
7171 with :
7272 languages : ${{ inputs.code-ql }}
73- - uses : github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
73+ - uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
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@b4883995e100e291a1fed68678d47a560328ed08 # 0.24 .0
83- - uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
82+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
83+ - uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
8484
8585 setup :
8686 name : ⚙️ 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@b4883995e100e291a1fed68678d47a560328ed08 # 0.24 .0
96+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
9797
9898 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
9999 # jscpd:ignore-start
@@ -172,7 +172,7 @@ jobs:
172172 contents : read
173173 id-token : write
174174 steps :
175- - uses : hoverkraft-tech/ci-github-common/actions/checkout@b4883995e100e291a1fed68678d47a560328ed08 # 0.24 .0
175+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
176176
177177 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
178178 - id : oidc
@@ -210,7 +210,7 @@ jobs:
210210 contents : read
211211 id-token : write
212212 steps :
213- - uses : hoverkraft-tech/ci-github-common/actions/checkout@b4883995e100e291a1fed68678d47a560328ed08 # 0.24 .0
213+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
214214 if : needs.setup.outputs.build-commands
215215
216216 # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
@@ -275,7 +275,7 @@ jobs:
275275 contents : read
276276 id-token : write
277277 steps :
278- - uses : hoverkraft-tech/ci-github-common/actions/checkout@b4883995e100e291a1fed68678d47a560328ed08 # 0.24 .0
278+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
279279
280280 - if : needs.setup.outputs.build-artifact
281281 uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
0 commit comments