Skip to content

Commit c8169e7

Browse files
committed
fix(ci): pin the download-dists action reference to a commit
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 c707272 commit c8169e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
permissions:
110110
id-token: write
111111
steps:
112-
- uses: reqstool/.github/.github/actions/download-dists@main
112+
- uses: reqstool/.github/.github/actions/download-dists@ef815eae0bca7160cdc714126cac73f76d638b39 # main 2026-08-23
113113
with:
114114
artifact: dist-tagged
115115
# Inline, not inside download-dists: nesting this Docker action in a

0 commit comments

Comments
 (0)