|
32 | 32 | ref: ${{ github.event.pull_request.head.sha }} |
33 | 33 | fetch-depth: 0 |
34 | 34 | - name: Check if Documentation related files changed |
35 | | - uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5 |
| 35 | + uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0 |
36 | 36 | id: check-doc-files |
37 | 37 | with: |
38 | 38 | files: | |
@@ -108,7 +108,7 @@ jobs: |
108 | 108 | cache-dependency-path: doc/requirements.txt |
109 | 109 |
|
110 | 110 | - name: Setup Zephyr project |
111 | | - uses: zephyrproject-rtos/action-zephyr-setup@6a744370a22e4ecb24f5dda3c7e80ff3e0a3b847 # v1.0.8 |
| 111 | + uses: zephyrproject-rtos/action-zephyr-setup@c125c5ebeeadbd727fa740b407f862734af1e52a # v1.0.9 |
112 | 112 | with: |
113 | 113 | app-path: zephyr |
114 | 114 | toolchains: 'all' |
@@ -153,13 +153,13 @@ jobs: |
153 | 153 | tar --use-compress-program="xz -T0" -cf api-coverage.tar.xz coverage-report |
154 | 154 |
|
155 | 155 | - name: upload-build |
156 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 156 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
157 | 157 | with: |
158 | 158 | name: html-output |
159 | 159 | path: zephyr/html-output.tar.xz |
160 | 160 |
|
161 | 161 | - name: upload-api-coverage |
162 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 162 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
163 | 163 | with: |
164 | 164 | name: api-coverage |
165 | 165 | path: zephyr/api-coverage.tar.xz |
@@ -192,7 +192,7 @@ jobs: |
192 | 192 | echo "API Coverage Report will be available shortly at: ${API_COVERAGE_URL}" >> $GITHUB_STEP_SUMMARY |
193 | 193 |
|
194 | 194 | - name: upload-pr-number |
195 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 195 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
196 | 196 | if: github.event_name == 'pull_request' |
197 | 197 | with: |
198 | 198 | name: pr_num |
@@ -239,7 +239,7 @@ jobs: |
239 | 239 | echo "/opt/doxygen-${DOXYGEN_VERSION}/bin" >> $GITHUB_PATH |
240 | 240 |
|
241 | 241 | - name: Setup Zephyr project |
242 | | - uses: zephyrproject-rtos/action-zephyr-setup@6a744370a22e4ecb24f5dda3c7e80ff3e0a3b847 # v1.0.8 |
| 242 | + uses: zephyrproject-rtos/action-zephyr-setup@c125c5ebeeadbd727fa740b407f862734af1e52a # v1.0.9 |
243 | 243 | with: |
244 | 244 | app-path: zephyr |
245 | 245 | toolchains: 'arm-zephyr-eabi' |
@@ -267,7 +267,7 @@ jobs: |
267 | 267 |
|
268 | 268 | - name: upload-build |
269 | 269 | if: always() |
270 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 270 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
271 | 271 | with: |
272 | 272 | name: pdf-output |
273 | 273 | if-no-files-found: ignore |
|
0 commit comments