philips-software / philips-software/amp-cucumber-cpp-runner
chore: Hardcoding the WinSDK version in the cache key can lead to broken caches when the SDK is updated. Consider parameterizing this value or deriving it from an environment variable.
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 22
- Forks
- 7
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 4
Description
[nitpick] Hardcoding the WinSDK version in the cache key can lead to broken caches when the SDK is updated. Consider parameterizing this value or deriving it from an environment variable.
key: cache-winsdk-${{ env.WINSKD_VERSION }}
Originally posted by @Copilot in https://github.com/philips-software/amp-cucumber-cpp-runner/pull/180#discussion_r2106950367
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the GitHub Actions workflow containing the cache-winsdk key and inspect how WINSKD_VERSION is defined or exposed. Update the cache key to use that version value, then verify that changing the SDK version produces a distinct cache key.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, github-actions
- Domain
- ci-cd
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100