There was an error while loading. Please reload this page.
1 parent bd3fc62 commit 0d56f65Copy full SHA for 0d56f65
1 file changed
.github/workflows/validate-companies.yml
@@ -33,6 +33,10 @@ jobs:
33
sparse-checkout: |
34
src/companies
35
company-profiles
36
+ # Safe here: sparse-checkout limits this to data files (company
37
+ # profiles) only, never .github/ workflows or scripts, and nothing
38
+ # from the fork is executed. See https://gh.io/securely-using-pull_request_target
39
+ allow-unsafe-pr-checkout: true
40
41
- name: Get changed files
42
id: changed
0 commit comments