Use a unique cache entry for wrapper-validation test (#921)

This is necessary to avoid loading a cache entry from a different test,
where the allowed wrapper checksums might have been cached, causing the
wrapper validation to unexpectedly succeed.
This commit is contained in:
Daz DeBoer
2026-03-31 22:16:59 -06:00
committed by GitHub
parent 263d8fe18e
commit 0b8fa27eb1
2 changed files with 2 additions and 0 deletions
@@ -12,6 +12,7 @@ on:
env:
SKIP_DIST: ${{ inputs.skip-dist }}
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: wrapper-validation- # Avoid loading cache entries from other tests, that may have cached allowed wrapper checksums
permissions:
contents: read