Commit f598fe1
tools: use hashes instead of tags for external actions (#43284)
Using tags is a security risk, as they can be updated to point to
anything else.
Refs: nodejs/corepack#117 (comment)
PR-URL: #43284
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent f3188c1 commit f598fe1Copy full SHA for f598fe1
File tree
Expand file treeCollapse file tree
7 files changed
+17
-7
lines changedOpen diff view settings
Filter options
- .github/workflows
Expand file treeCollapse file tree
7 files changed
+17
-7
lines changedOpen diff view settings
Collapse file
.github/workflows/authors.yml
Copy file name to clipboardExpand all lines: .github/workflows/authors.yml+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | | - |
| 19 | + |
| 20 | + |
| 21 | + |
20 | 22 | |
21 | 23 | |
22 | 24 | |
|
Collapse file
.github/workflows/find-inactive-collaborators.yml
Copy file name to clipboardExpand all lines: .github/workflows/find-inactive-collaborators.yml+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
| 33 | + |
| 34 | + |
| 35 | + |
34 | 36 | |
35 | 37 | |
36 | 38 | |
|
Collapse file
.github/workflows/find-inactive-tsc.yml
Copy file name to clipboardExpand all lines: .github/workflows/find-inactive-tsc.yml+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
| 42 | + |
| 43 | + |
| 44 | + |
43 | 45 | |
44 | 46 | |
45 | 47 | |
|
Collapse file
.github/workflows/license-builder.yml
Copy file name to clipboardExpand all lines: .github/workflows/license-builder.yml+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
| 19 | + |
| 20 | + |
19 | 21 | |
20 | 22 | |
21 | 23 | |
|
Collapse file
.github/workflows/linters.yml
Copy file name to clipboardExpand all lines: .github/workflows/linters.yml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
164 | 164 | |
165 | 165 | |
166 | 166 | |
167 | | - |
| 167 | + |
168 | 168 | |
169 | 169 | |
170 | 170 | |
|
Collapse file
.github/workflows/notify-force-push.yml
Copy file name to clipboardExpand all lines: .github/workflows/notify-force-push.yml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
| 15 | + |
16 | 16 | |
17 | 17 | |
18 | 18 | |
|
Collapse file
.github/workflows/tools.yml
Copy file name to clipboardExpand all lines: .github/workflows/tools.yml+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
80 | 80 | |
81 | 81 | |
82 | 82 | |
83 | | - |
| 83 | + |
| 84 | + |
| 85 | + |
84 | 86 | |
85 | 87 | |
86 | 88 | |
|
0 commit comments