@@ -122,7 +122,7 @@ jobs:
122
122
# -----------------------------------------------------------------------------------------------------------
123
123
- name : Get changed files
124
124
id : changed-files
125
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
125
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
126
126
# To compare changes between the current commit and the last pushed remote commit set `since_last_remote_commit: true`. e.g
127
127
# with:
128
128
# since_last_remote_commit: true
@@ -140,7 +140,7 @@ jobs:
140
140
# -----------------------------------------------------------------------------------------------------------
141
141
- name : Get all changed markdown files
142
142
id : changed-markdown-files
143
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
143
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
144
144
with :
145
145
# Avoid using single or double quotes for multiline patterns
146
146
files : |
@@ -161,7 +161,7 @@ jobs:
161
161
# -----------------------------------------------------------------------------------------------------------
162
162
- name : Get all test, doc and src files that have changed
163
163
id : changed-files-yaml
164
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
164
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
165
165
with :
166
166
files_yaml : |
167
167
doc:
@@ -196,7 +196,7 @@ jobs:
196
196
# -----------------------------------------------------------------------------------------------------------
197
197
- name : Get changed files in the docs folder
198
198
id : changed-files-specific
199
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
199
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
200
200
with :
201
201
files : docs/*.{js,html} # Alternatively using: `docs/**`
202
202
files_ignore : docs/static.js
@@ -238,7 +238,7 @@ jobs:
238
238
steps :
239
239
- name : Get changed files
240
240
id : changed-files
241
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
241
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
242
242
243
243
- name : List all changed files
244
244
env :
@@ -281,7 +281,7 @@ jobs:
281
281
282
282
- name : Get changed files
283
283
id : changed-files
284
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
284
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
285
285
# NOTE: `since_last_remote_commit: true` is implied by default and falls back to the previous local commit.
286
286
287
287
- name : List all changed files
@@ -328,7 +328,7 @@ Support this project with a :star:
328
328
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
329
329
330
330
``` yaml
331
- - uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
331
+ - uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
332
332
id : changed-files
333
333
with :
334
334
# Github API URL.
@@ -813,7 +813,7 @@ The format of the version string is as follows:
813
813
...
814
814
- name : Get changed files
815
815
id : changed-files
816
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
816
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
817
817
...
818
818
```
819
819
@@ -826,7 +826,7 @@ The format of the version string is as follows:
826
826
...
827
827
- name : Get changed files
828
828
id : changed-files
829
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
829
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
830
830
with :
831
831
safe_output : false # set to false because we are using an environment variable to store the output and avoid command injection.
832
832
@@ -849,7 +849,7 @@ The format of the version string is as follows:
849
849
...
850
850
- name : Get all changed files and use a comma separator in the output
851
851
id : changed-files
852
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
852
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
853
853
with :
854
854
separator : " ,"
855
855
...
@@ -866,7 +866,7 @@ See [inputs](#inputs) for more information.
866
866
...
867
867
- name : Get changed files
868
868
id : changed-files
869
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
869
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
870
870
871
871
- name : List all added files
872
872
env :
@@ -889,7 +889,7 @@ See [outputs](#outputs) for a list of all available outputs.
889
889
...
890
890
- name : Get changed files
891
891
id : changed-files
892
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
892
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
893
893
894
894
- name : Run a step if my-file.txt was modified
895
895
if : contains(steps.changed-files.outputs.modified_files, 'my-file.txt')
@@ -910,7 +910,7 @@ See [outputs](#outputs) for a list of all available outputs.
910
910
911
911
- name : Get changed files and write the outputs to a Txt file
912
912
id : changed-files-write-output-files-txt
913
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
913
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
914
914
with :
915
915
write_output_files : true
916
916
@@ -929,7 +929,7 @@ See [outputs](#outputs) for a list of all available outputs.
929
929
...
930
930
- name : Get changed files and write the outputs to a JSON file
931
931
id : changed-files-write-output-files-json
932
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
932
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
933
933
with :
934
934
json : true
935
935
write_output_files : true
@@ -949,7 +949,7 @@ See [outputs](#outputs) for a list of all available outputs.
949
949
...
950
950
- name : Get changed files
951
951
id : changed-files
952
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
952
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
953
953
with :
954
954
files : |
955
955
my-file.txt
@@ -972,7 +972,7 @@ See [inputs](#inputs) for more information.
972
972
...
973
973
- name : Get changed files
974
974
id : changed-files-specific
975
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
975
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
976
976
with :
977
977
files : |
978
978
my-file.txt
@@ -1023,7 +1023,7 @@ See [outputs](#outputs) for a list of all available outputs.
1023
1023
...
1024
1024
- name : Get changed files using a source file or list of file(s) to populate to files input.
1025
1025
id : changed-files-specific-source-file
1026
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1026
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
1027
1027
with :
1028
1028
files_from_source_file : test/changed-files-list.txt
1029
1029
...
@@ -1040,7 +1040,7 @@ See [inputs](#inputs) for more information.
1040
1040
...
1041
1041
- name : Get changed files using a source file or list of file(s) to populate to files input and optionally specify more files.
1042
1042
id : changed-files-specific-source-file-and-specify-files
1043
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1043
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
1044
1044
with :
1045
1045
files_from_source_file : |
1046
1046
test/changed-files-list.txt
@@ -1061,7 +1061,7 @@ See [inputs](#inputs) for more information.
1061
1061
...
1062
1062
- name : Get changed files using a different SHA
1063
1063
id : changed-files
1064
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1064
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
1065
1065
with :
1066
1066
sha : ${{ github.event.pull_request.head.sha }}
1067
1067
...
@@ -1078,7 +1078,7 @@ See [inputs](#inputs) for more information.
1078
1078
...
1079
1079
- name : Get changed files using a different base SHA
1080
1080
id : changed-files
1081
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1081
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
1082
1082
with :
1083
1083
base_sha : ${{ github.event.pull_request.base.sha }}
1084
1084
...
@@ -1110,7 +1110,7 @@ jobs:
1110
1110
1111
1111
- name : Get changed files
1112
1112
id : changed-files
1113
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1113
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
1114
1114
1115
1115
- name : List changed files
1116
1116
env :
@@ -1120,7 +1120,7 @@ jobs:
1120
1120
1121
1121
- name : Get changed files in the .github folder
1122
1122
id : changed-files-specific
1123
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1123
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
1124
1124
with :
1125
1125
files : .github/**
1126
1126
@@ -1151,7 +1151,7 @@ See [inputs](#inputs) for more information.
1151
1151
1152
1152
- name : Run changed-files with defaults in dir1
1153
1153
id : changed-files-for-dir1
1154
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1154
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
1155
1155
with :
1156
1156
path : dir1
1157
1157
@@ -1176,13 +1176,13 @@ See [inputs](#inputs) for more information.
1176
1176
...
1177
1177
- name : Run changed-files with quotepath disabled
1178
1178
id : changed-files-quotepath
1179
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1179
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
1180
1180
with :
1181
1181
quotepath : " false"
1182
1182
1183
1183
- name : Run changed-files with quotepath disabled for a specified list of file(s)
1184
1184
id : changed-files-quotepath-specific
1185
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1185
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
1186
1186
with :
1187
1187
files : test/test-è.txt
1188
1188
quotepath : " false"
@@ -1215,7 +1215,7 @@ See [inputs](#inputs) for more information.
1215
1215
1216
1216
- name : Run changed-files with the commit of the last successful test workflow run
1217
1217
id : changed-files-base-sha-push
1218
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1218
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
1219
1219
with :
1220
1220
base_sha : ${{ steps.last_successful_commit_push.outputs.base }}
1221
1221
...
@@ -1242,7 +1242,7 @@ See [inputs](#inputs) for more information.
1242
1242
1243
1243
- name : Run changed-files with the commit of the last successful test workflow run on the main branch
1244
1244
id : changed-files-base-sha-pull-request
1245
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1245
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
1246
1246
with :
1247
1247
base_sha : ${{ steps.last_successful_commit_pull_request.outputs.base }}
1248
1248
...
@@ -1268,7 +1268,7 @@ See [inputs](#inputs) for more information.
1268
1268
...
1269
1269
- name : Run changed-files with dir_names
1270
1270
id : changed-files-dir-names
1271
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1271
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
1272
1272
with :
1273
1273
dir_names : " true"
1274
1274
...
@@ -1285,7 +1285,7 @@ See [inputs](#inputs) for more information.
1285
1285
...
1286
1286
- name : Run changed-files with JSON output
1287
1287
id : changed-files-json
1288
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1288
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
1289
1289
with :
1290
1290
json : " true"
1291
1291
...
@@ -1302,13 +1302,13 @@ See [inputs](#inputs) for more information.
1302
1302
...
1303
1303
- name : Get changed-files since 2022-08-19
1304
1304
id : changed-files-since
1305
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1305
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
1306
1306
with :
1307
1307
since : " 2022-08-19"
1308
1308
1309
1309
- name : Get changed-files until 2022-08-20
1310
1310
id : changed-files-until
1311
- uses : tj-actions/changed-files@26a38635fc1173cc5820336ce97be6188d0de9f5 # v46
1311
+ uses : tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46
1312
1312
with :
1313
1313
until : " 2022-08-20"
1314
1314
...
0 commit comments