Skip to content

Commit da5850e

Browse files
authored
fix(docker-build-test-tidy-pr.yaml): use step-security/changed-files action instead (#10279)
use step-security Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1 parent e69b61d commit da5850e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-tidy-pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Check if relevant files changed
3030
id: check
31-
uses: tj-actions/changed-files@v45
31+
uses: step-security/changed-files@v45
3232
with:
3333
files: |
3434
perception/**

0 commit comments

Comments
 (0)