BUILD-10774: Pin gh-action_cache version to v1.4.2#238
Conversation
gh-action_cache version v1.4.2
gh-action_cache version v1.4.2gh-action_cache version to v1.4.2
SummaryThis PR updates 8 GitHub Actions across the repository to use What reviewers should knowReviewing approach: Check that the version bump is consistent across all 8 files (same commit hash:
|
SonarQube reviewer guide
|
There was a problem hiding this comment.
Pull request overview
Pins the repository’s composite actions to a single, known SonarSource/gh-action_cache release (v1.4.2) to standardize caching behavior across build/config actions (including enabling fallback-to-default-branch: true via that action version).
Changes:
- Updated all in-repo composite actions that reference
SonarSource/gh-action_cachefromv1.4.1tov1.4.2(via pinned commit SHA). - Kept version comments (
# v1.4.2) aligned with the pinned SHA for auditability.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| config-pip/action.yml | Bumps gh-action_cache pin to v1.4.2 for pip dependency caching. |
| config-npm/action.yml | Bumps gh-action_cache pin to v1.4.2 for npm cache. |
| config-maven/action.yml | Bumps gh-action_cache pin to v1.4.2 for local Maven repository caching. |
| config-gradle/action.yml | Bumps gh-action_cache pin to v1.4.2 for Gradle cache. |
| code-signing/action.yml | Bumps gh-action_cache pin to v1.4.2 for code signing tool caching. |
| cache/action.yml | Bumps deprecated wrapper action to use gh-action_cache v1.4.2. |
| build-yarn/action.yml | Bumps gh-action_cache pin to v1.4.2 for Yarn dependency caching. |
| build-poetry/action.yml | Bumps gh-action_cache pin to v1.4.2 for Poetry cache. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.




What Changed?
gh-action_cacheversion tov1.4.2for all actions in this repofallback-to-default-branch: trueon all actions in this repo, which has been extensively tested