File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 initiated-by : ci/test-user
5656
5757 - name : Assert - Check generated files are valid YAML
58- uses : mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
58+ uses : mikefarah/yq@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1
5959 with :
6060 cmd : |
6161 echo "Check application file"
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ jobs:
288288
289289 - id : upload-artifact
290290 if : steps.generated-documentation.outputs.artifact-paths
291- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
291+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
292292 with :
293293 name : changed-files
294294 path : ${{ steps.generated-documentation.outputs.artifact-paths }}
@@ -305,7 +305,7 @@ jobs:
305305 with :
306306 persist-credentials : false
307307
308- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
308+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
309309 with :
310310 artifact-ids : ${{ needs.generate-documentation.outputs.artifact-id }}
311311 path : /
@@ -344,14 +344,14 @@ jobs:
344344 with :
345345 persist-credentials : false
346346
347- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
347+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
348348 if : needs.generate-documentation.outputs.artifact-id
349349 with :
350350 artifact-ids : ${{ needs.generate-documentation.outputs.artifact-id }}
351351 path : /
352352
353353 - id : upload-artifact
354- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
354+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
355355 with :
356356 name : documentation-files-${{ github.run_id }}
357357 # We upload all documentation files, including unchanged ones, to have a complete set
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ runs:
215215 core.setOutput('cmd', yqUpdates);
216216
217217 - id : update-application-file
218- uses : mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
218+ uses : mikefarah/yq@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1
219219 with :
220220 cmd : |
221221 # Update ArgoCD Application manifest file
@@ -303,7 +303,7 @@ runs:
303303 fi
304304
305305 - id : update-manifest-file
306- uses : mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
306+ uses : mikefarah/yq@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1
307307 with :
308308 cmd : |
309309 yq -i '
Original file line number Diff line number Diff line change 5050 steps :
5151 - id : download-artifact
5252 if : ${{ inputs.build-artifact-id != '' }}
53- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
53+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
5454 with :
5555 artifact-ids : ${{ inputs.build-artifact-id }}
5656 path : " /"
Original file line number Diff line number Diff line change 2020 shell : bash
2121 run : echo "dir=$(npm config get cache)" >> "$GITHUB_OUTPUT"
2222
23- - uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
23+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2424 id : npm-cache
2525 with :
2626 path : ${{ steps.npm-cache-dir.outputs.dir }}
3333 # Install jampack globally
3434 npm install -g @divriots/jampack
3535
36- - uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
36+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3737 with :
3838 path : " ${{ runner.temp }}/.jampack"
3939 key : ${{ runner.os }}-jampack-${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments