Commit 33c3f2d
authored
fix(ci): pin the download-dists action reference to a commit (#446)
CodeQL flagged actions/unpinned-tag: @main is mutable, so a compromised
or force-pushed reqstool/.github main would execute through this
reference with no review. Pinned to the commit that added the action,
matching the `@<sha> # main YYYY-MM-DD` convention used elsewhere here.
Went in as @main only because no commit SHA existed to pin to until
reqstool/.github#94 merged.
Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>1 parent 23f711e commit 33c3f2d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments