Skip to content

Commit 06fa678

Browse files
ci(github-action): update action tj-actions/changed-files (v47.0.0 → v47.0.6)
1 parent 0a45e6a commit 06fa678

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# this action finds dirs under apps/ that changed compared to previous commit on main
2121
- name: get changed app directories
2222
id: changed-dirs
23-
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47
23+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
2424
with:
2525
path: apps
2626
dir_names: true # we want directory names

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# this action compares files in the pr against the target branch (main)
2020
- name: get changed app directories
2121
id: changed-dirs
22-
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47
22+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
2323
with:
2424
path: apps
2525
dir_names: true # we want directory names

0 commit comments

Comments
 (0)