Report EOL and maintenance status for Gradle versions

This commit is contained in:
Vlad Chesnokov
2026-08-26 12:38:45 +02:00
parent 346a44564f
commit dfc644bc4a
16 changed files with 423 additions and 31 deletions
+3
View File
@@ -156,3 +156,6 @@ outputs:
gradle-version:
type: string
gradle-version-status:
type: string
+5 -1
View File
@@ -229,7 +229,11 @@ outputs:
description: Path to the GitHub Dependency Graph snapshot file generated by a Gradle build. Note that this output applies to a Step executing Gradle, not to the `setup-gradle` Step itself.
gradle-version:
description: Version of Gradle that was setup by the action
gradle-version-status:
description: |
Support status of the Gradle version that executed the build, following
https://docs.gradle.org/current/userguide/feature_lifecycle.html:
'active', 'maintenance' or 'eol'
runs:
using: 'node24'
main: '../dist/dependency-submission/main/index.js'