@@ -61,11 +61,11 @@ jobs:
6161 security-events : write
6262 runs-on : " ubuntu-latest"
6363 steps :
64- -
uses :
hoverkraft-tech/ci-github-common/actions/[email protected] .0 65- -
uses :
github/codeql-action/[email protected] .4 64+ -
uses :
hoverkraft-tech/ci-github-common/actions/[email protected] .1 65+ -
uses :
github/codeql-action/[email protected] .8 6666 with :
6767 languages : ${{ inputs.code-ql }}
68- -
uses :
github/codeql-action/[email protected] .4 68+ -
uses :
github/codeql-action/[email protected] .8 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/[email protected] .0 77+ -
uses :
hoverkraft-tech/ci-github-common/actions/[email protected] .1 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/[email protected] .0 93+ -
uses :
hoverkraft-tech/ci-github-common/actions/[email protected] .1 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/[email protected] .0 165+ -
uses :
hoverkraft-tech/ci-github-common/actions/[email protected] .1 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/[email protected] .0 199+ -
uses :
hoverkraft-tech/ci-github-common/actions/[email protected] .1 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/[email protected] .0 260+ -
uses :
hoverkraft-tech/ci-github-common/actions/[email protected] .1 261261
262262 - if : needs.setup.outputs.build-artifact
263263 uses : actions/download-artifact@v4
@@ -287,7 +287,7 @@ jobs:
287287
288288 - name : 📊 Code coverage
289289 if : inputs.coverage == 'codecov'
290- 290+ 291291 with :
292292 use_oidc : true
293293 disable_telem : true
0 commit comments