Skip to content

security: Pin Github Actions#58

Merged
hhvrc merged 1 commit intodevelopfrom
security/pin-gh-actions
May 6, 2026
Merged

security: Pin Github Actions#58
hhvrc merged 1 commit intodevelopfrom
security/pin-gh-actions

Conversation

@hhvrc
Copy link
Copy Markdown
Contributor

@hhvrc hhvrc commented May 6, 2026

Pins all third-party GitHub Actions in workflows and composite actions to immutable commit SHAs, with the resolved tag preserved in a trailing comment.

Generated by pin_github_actions.py.

Copilot AI review requested due to automatic review settings May 6, 2026 20:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Pins third-party GitHub Actions used by the repo’s CI/release workflows to immutable commit SHAs (with the resolved tag retained as an inline comment) to reduce supply-chain risk from mutable tags/branches.

Changes:

  • Replaced uses: owner/action@<tag> with uses: owner/action@<commit_sha> # <tag> across CI workflows.
  • Pinned Docker-related actions and artifact upload/download actions to specific SHAs.
  • Pinned release/tag discovery actions to specific SHAs.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/ci-tag.yml Pins tag discovery, artifact download, and release actions to commit SHAs.
.github/workflows/ci-build.yml Pins checkout, .NET setup, caching, artifact, and Docker actions to commit SHAs.
.github/workflows/build-module-base.yml Pins checkout, .NET setup, caching, artifact, and NuGet login actions to commit SHAs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ci-tag.yml
@hhvrc hhvrc merged commit 67e24dd into develop May 6, 2026
23 checks passed
@hhvrc hhvrc deleted the security/pin-gh-actions branch May 6, 2026 20:24
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.

2 participants