Introduce check-for-updates feature.

This commit is contained in:
Fabio Niephaus
2022-11-02 14:00:51 +01:00
parent 70e1936e9c
commit b0049dea1e
12 changed files with 7786 additions and 2935 deletions

View File

@@ -29,6 +29,10 @@ inputs:
cache:
description: 'Name of the build platform to cache dependencies. It can be "maven", "gradle", or "sbt".'
required: false
check-for-updates:
required: false
description: 'Annotate jobs with update notifications, for example, when a new GraalVM release is available'
default: 'true'
native-image-musl:
required: false
description: 'Set up musl for static image building with GraalVM Native Image.'