Simplify version status reporting: drop the output and move the check back to post-job

This commit is contained in:
Vlad Chesnokov
2026-08-26 12:59:43 +02:00
parent dfc644bc4a
commit 78c57b83ad
14 changed files with 113 additions and 226 deletions
-3
View File
@@ -156,6 +156,3 @@ outputs:
gradle-version:
type: string
gradle-version-status:
type: string
+1 -5
View File
@@ -229,11 +229,7 @@ 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'