File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 apps : ${{ steps.apps.outputs.apps }} # json list of changed app directory names
1515 steps :
1616 - name : checkout code
17- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818 with :
1919 fetch-depth : 0 # need full history to compare changes accurately
2020 # this action finds dirs under apps/ that changed compared to previous commit on main
4949 app : ${{ fromJson(needs.prepare.outputs.apps) }} # dynamically create jobs for each changed app
5050 steps :
5151 - name : checkout code
52- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
52+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5353 - name : set up qemu for multi-arch builds (optional but good practice)
5454 uses : docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
5555 - name : set up docker buildx
Original file line number Diff line number Diff line change 1515 apps : ${{ steps.apps.outputs.apps }} # json list of changed app dirs in the pr
1616 steps :
1717 - name : checkout code
18- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1919 # this action compares files in the pr against the target branch (main)
2020 - name : get changed app directories
2121 id : changed-dirs
4545 app : ${{ fromJson(needs.prepare-pr.outputs.apps) }} # matrix for each changed app
4646 steps :
4747 - name : checkout code
48- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
48+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4949 - name : set up qemu
5050 uses : docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
5151 - name : set up docker buildx
You can’t perform that action at this time.
0 commit comments