mirror of
https://github.com/gradle/actions.git
synced 2026-08-29 19:28:23 +08:00
Report EOL and maintenance status for Gradle versions
This commit is contained in:
@@ -156,3 +156,6 @@ outputs:
|
||||
|
||||
gradle-version:
|
||||
type: string
|
||||
|
||||
gradle-version-status:
|
||||
type: string
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user