Skip to content

fix(ci): pin the download-dists action reference to a commit - #94

Merged
jimisola merged 1 commit into
mainfrom
fix/pin-download-dists
Aug 23, 2026
Merged

fix(ci): pin the download-dists action reference to a commit#94
jimisola merged 1 commit into
mainfrom
fix/pin-download-dists

Conversation

@jimisola

Copy link
Copy Markdown
Member

Closes the CodeQL actions/unpinned-tag alert opened when #94's companion merged.

@main is a mutable ref — a compromised or force-pushed reqstool/.github main would execute through this reference with no review. Pinned to ef815ea, the commit that added download-dists, matching the @<sha> # main YYYY-MM-DD convention already used for every other reqstool/.github reference in this repo.

It went in as @main only because no commit SHA existed to pin to until #94 merged.

Checklist

  • I have reviewed and followed the contributing guidelines.
  • I have run a local build and made sure all tests pass.
  • I have signed off the DCO (git commit -s).
  • I have read the Code of Conduct and agree to abide by it.

Test plan

YAML validated locally; CodeQL re-scan on this PR should close the alert. The action's content is unchanged — same tree, pinned rather than floating.

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>
@jimisola
jimisola merged commit b665f04 into main Aug 23, 2026
11 checks passed
@jimisola
jimisola deleted the fix/pin-download-dists branch August 23, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant