mirror of
https://github.com/gradle/actions.git
synced 2026-09-10 19:28:33 +08:00
Follow-up to #1069, which bumped the `github-dependency-graph-gradle-plugin` default to `1.5.0`. `1.5.0` is signed with a **new** Gradle signing subkey, and the key currently documented in `docs/setup-gradle.md` has been revoked upstream. Without this docs change, the snippet we publish will fail dependency verification for Dependency Graph generation. I verified the published signatures rather than relying on the changelog: | Artifact | Issuer key | | |---|---|---| | `github-dependency-graph-gradle-plugin:1.5.0` | `D9B2DFBD9F3298BA` | new | | `github-dependency-graph-gradle-plugin:1.4.2` | `893A028475557671` | old | | `develocity-gradle-plugin:4.5.0` | `893A028475557671` | old | So the docs now list **both** keys instead of swapping one for the other. The Develocity Gradle plugin (`com.gradle`) is still signed with the old key, so replacing it outright would have broken Develocity injection for builds with dependency verification enabled. Docs-only change; no source or `dist` impact. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>