[Sync] Update project files from source repository (0f07170) - #271
Merged
mrz1836 merged 2 commits intoJul 23, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR syncs the template repository鈥檚 GitHub Actions configuration with the source repo by applying patch-level updates to pinned action SHAs for actions/checkout and github/codeql-action, keeping CI/security tooling current while remaining on immutable commits.
Changes:
- Bumped
actions/checkoutfromv7.0.0tov7.0.1(pinned SHA) in the warm-cache composite action. - Bumped
github/codeql-actionsteps (init,autobuild,analyze) fromv4.37.2tov4.37.3(pinned SHA) in CodeQL analysis workflow. - Bumped
github/codeql-action/upload-sariffromv4.37.2tov4.37.3(pinned SHA) in the scorecard workflow.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/actions/warm-cache/action.yml | Updates actions/checkout pinned SHA to v7.0.1 for cache-warming checkouts. |
| .github/workflows/codeql-analysis.yml | Updates CodeQL action pinned SHAs to v4.37.3 for analysis steps. |
| .github/workflows/scorecard.yml | Updates SARIF upload action pinned SHA to v4.37.3. |
馃挕 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Removed the external goreportcard badge link from the README.
Owner
Author
|
LGTM! |
github-actions
Bot
deleted the
chore/sync-files-mrz-sdks-20260723-075803-0f07170
branch
July 23, 2026 12:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Changed
actions/checkoutaction fromv7.0.0(commit9c091bb) tov7.0.1(commit3d3c42e) in.github/actions/warm-cache/action.yml(2 occurrences)github/codeql-action/initfromv4.37.2(commite064762) tov4.37.3(commite4fba86) in.github/workflows/codeql-analysis.ymlgithub/codeql-action/autobuildfromv4.37.2(commite064762) tov4.37.3(commite4fba86) in.github/workflows/codeql-analysis.ymlgithub/codeql-action/analyzefromv4.37.2(commite064762) tov4.37.3(commite4fba86) in.github/workflows/codeql-analysis.ymlgithub/codeql-action/upload-sariffromv4.37.2(commite064762) tov4.37.3(commite4fba86) in.github/workflows/scorecard.ymlWhy It Was Necessary
Testing Performed
Impact / Risk