|
61 | 61 | security-events: write |
62 | 62 | runs-on: "ubuntu-latest" |
63 | 63 | steps: |
64 | | - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0 |
| 64 | + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 |
65 | 65 | - uses: github/codeql-action/[email protected] |
66 | 66 | with: |
67 | 67 | languages: ${{ inputs.code-ql }} |
|
74 | 74 | contents: read |
75 | 75 | runs-on: "ubuntu-latest" |
76 | 76 | steps: |
77 | | - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0 |
| 77 | + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 |
78 | 78 | - uses: actions/dependency-review-action@v4 |
79 | 79 |
|
80 | 80 | setup: |
|
90 | 90 | steps: |
91 | 91 | # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659 |
92 | 92 | # jscpd:ignore-start |
93 | | - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0 |
| 93 | + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 |
94 | 94 |
|
95 | 95 | - id: oidc |
96 | 96 | uses: ChristopherHX/oidc@v3 |
@@ -162,7 +162,7 @@ jobs: |
162 | 162 | id-token: write |
163 | 163 | steps: |
164 | 164 | # 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.15.0 |
| 165 | + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 |
166 | 166 |
|
167 | 167 | - id: oidc |
168 | 168 | uses: ChristopherHX/oidc@v3 |
@@ -196,7 +196,7 @@ jobs: |
196 | 196 | id-token: write |
197 | 197 | steps: |
198 | 198 | # 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.15.0 |
| 199 | + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 |
200 | 200 | if: needs.setup.outputs.build-commands |
201 | 201 |
|
202 | 202 | - id: oidc |
@@ -257,7 +257,7 @@ jobs: |
257 | 257 | id-token: write |
258 | 258 | steps: |
259 | 259 | # 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.15.0 |
| 260 | + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 |
261 | 261 |
|
262 | 262 | - if: needs.setup.outputs.build-artifact |
263 | 263 | uses: actions/download-artifact@v4 |
|
0 commit comments