Skip to content

Commit f57d382

Browse files
ci(github-action): update action actions/checkout (v6.0.2 → v6.0.3)
1 parent b42608e commit f57d382

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-push-apps.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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
@@ -49,7 +49,7 @@ jobs:
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

.github/workflows/pr-build-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -45,7 +45,7 @@ jobs:
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

0 commit comments

Comments
 (0)