Skip to content

Commit 3ac7661

Browse files
authored
chore: checkout before fetching changed files to have a baseline to run against (#5530)
1 parent f9e3135 commit 3ac7661

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
pull-requests: read
4747

4848
steps:
49+
- name: Check out code
50+
uses: actions/checkout@v4
51+
4952
- name: Get changed files
5053
id: changed-files
5154
uses: step-security/changed-files@v46

0 commit comments

Comments
 (0)