Skip to content

deps: use full commit SHA for pinned deps#1547

Merged
SamErde merged 2 commits into
mainfrom
pinned-deps
Mar 29, 2026
Merged

deps: use full commit SHA for pinned deps#1547
SamErde merged 2 commits into
mainfrom
pinned-deps

Conversation

@SamErde
Copy link
Copy Markdown
Contributor

@SamErde SamErde commented Mar 29, 2026

Description

This pull request updates GitHub Actions workflow files to use specific commit SHAs for third-party actions instead of version tags. This change improves security and reliability by ensuring that the exact intended version of each action is used.

Workflow dependency pinning:

Contribution Checklist

Before submitting this PR, please confirm you have completed the following:

  • 📖 Read the guidelines for contributing to this repository.
  • 🧪 Ensure the build and unit tests pass by running /powershell/tests/pester.ps1 on your local system.

@SamErde SamErde requested a review from a team as a code owner March 29, 2026 15:55
Copilot AI review requested due to automatic review settings March 29, 2026 15:55
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

Updates GitHub Actions workflow dependencies to use full commit SHAs (with inline version comments) instead of version tags, improving supply-chain integrity and reproducibility of CI runs.

Changes:

  • Pin github/codeql-action/upload-sarif to a specific commit SHA in the Scorecard workflow.
  • Pin actions/checkout and ncipollo/release-action to specific commit SHAs in the manual version update publish workflow.

Reviewed changes

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

File Description
.github/workflows/scorecard.yml Pins CodeQL SARIF upload action to a full commit SHA.
.github/workflows/publish-module-manualversionupdate.yaml Pins checkout and release action dependencies to full commit SHAs.

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

Comment thread .github/workflows/publish-module-manualversionupdate.yaml
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Mar 29, 2026

Deploying maester with  Cloudflare Pages  Cloudflare Pages

Latest commit: 49703f3
Status: ✅  Deploy successful!
Preview URL: https://edb93d51.maester.pages.dev
Branch Preview URL: https://pinned-deps.maester.pages.dev

View logs

@SamErde SamErde added the dependencies Pull requests that update a dependency file label Mar 29, 2026
@SamErde SamErde self-assigned this Mar 29, 2026
@SamErde SamErde merged commit b693a07 into main Mar 29, 2026
8 checks passed
@SamErde SamErde deleted the pinned-deps branch March 29, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants