|
63 | 63 | matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }} |
64 | 64 | steps: |
65 | 65 | - name: Checkout devtools |
66 | | - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 66 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
67 | 67 | with: |
68 | 68 | submodules: true |
69 | 69 | fetch-depth: 0 |
|
95 | 95 | timeout-minutes: 5 |
96 | 96 | steps: |
97 | 97 | - name: Checkout devtools |
98 | | - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 98 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
99 | 99 | with: |
100 | 100 | submodules: true |
101 | 101 | fetch-depth: ${{ github.event_name == 'push' && '0' || '1' }} |
@@ -144,7 +144,7 @@ jobs: |
144 | 144 | run: tar -cvjf /tmp/doc.tbz2 . |
145 | 145 | working-directory: ./build/tools/buildmgr/docs/doxygen/output/html/ |
146 | 146 |
|
147 | | - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 147 | + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
148 | 148 | if: ${{ github.event_name == 'push' || github.event_name == 'release' }} |
149 | 149 | with: |
150 | 150 | ref: gh-pages |
@@ -198,7 +198,7 @@ jobs: |
198 | 198 | python3 |
199 | 199 |
|
200 | 200 | - name: Checkout devtools |
201 | | - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 201 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
202 | 202 |
|
203 | 203 | - name: Create distribution folders |
204 | 204 | run: | |
@@ -337,7 +337,7 @@ jobs: |
337 | 337 | run: choco install -y unzip wget ninja |
338 | 338 |
|
339 | 339 | - name: Checkout devtools |
340 | | - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 340 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
341 | 341 | with: |
342 | 342 | submodules: true |
343 | 343 |
|
@@ -479,7 +479,7 @@ jobs: |
479 | 479 | lcov |
480 | 480 |
|
481 | 481 | - name: Checkout devtools |
482 | | - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 482 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
483 | 483 | with: |
484 | 484 | submodules: recursive |
485 | 485 |
|
|
0 commit comments