Skip to content

chore: pin GitHub Actions and Docker images to digests - #343

Merged
hhvrc merged 2 commits into
developfrom
chore/pin-actions-and-images
Jul 28, 2026
Merged

chore: pin GitHub Actions and Docker images to digests#343
hhvrc merged 2 commits into
developfrom
chore/pin-actions-and-images

Conversation

@hhvrc

@hhvrc hhvrc commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Automated dependency pinning by the HeavenVR maintenance bot:

  • GitHub Actions uses: refs upgraded to their latest release tag and pinned to the commit SHA that tag resolves to
  • Dockerfile FROM images pinned to their current @sha256 digest

Open in Stage

@stage-review

stage-review Bot commented Jul 28, 2026

Copy link
Copy Markdown

Ready to review this PR? Stage has broken it down into 3 individual chapters for you:

Title
1 Pin Docker actions in shared build steps
2 Update Docker login action in CI workflows
3 Pin CodeQL analysis actions
Open in Stage

Chapters generated by Stage for commit 5066c8a on Jul 28, 2026 9:02am UTC.

@hhvrc
hhvrc marked this pull request as ready for review July 28, 2026 08:40
Copilot AI review requested due to automatic review settings July 28, 2026 08:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates GitHub Actions workflow dependencies by moving uses: references to newer release tags and pinning them to immutable commit SHAs, improving supply-chain integrity and build reproducibility.

Changes:

  • Bump and pin github/codeql-action (init/analyze) to codeql-bundle-v2.26.1.
  • Bump and pin docker/login-action to v4.5.2 in CI build and promote jobs.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/codeql.yml Updates CodeQL init/analyze actions to a newer pinned commit SHA.
.github/workflows/ci-build.yml Updates docker registry login action to a newer pinned commit SHA in both build and promotion workflows.

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

@hhvrc
hhvrc merged commit ff6ed42 into develop Jul 28, 2026
18 checks passed
@hhvrc
hhvrc deleted the chore/pin-actions-and-images branch July 28, 2026 12:19
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