This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit 35ae05e
committed
ci: fix GitHub Actions workflow to use only trusted actions
Replace shogo82148/actions-setup-perl@v1 with manual Perl setup to comply
with organization security policy that requires actions to be from GitHub,
verified marketplace, or torrust-owned repositories.
- Use system Perl instead of third-party setup action
- Install cpanminus, local::lib, and Carmel manually
- Maintain same functionality while meeting security requirements1 parent 1b8574d commit 35ae05e
1 file changed
+13
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 34 | + | |
40 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
41 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
42 | 47 | | |
43 | 48 | | |
| 49 | + | |
| 50 | + | |
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
48 | 55 | | |
49 | | - | |
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
55 | | - | |
56 | 61 | | |
0 commit comments