Commit Graph

59 Commits

Author SHA1 Message Date
Fabio Niephaus
5ec9a94dee
Display "types" instead of "classes".
Context: https://github.com/oracle/graal/pull/5336
2022-11-07 14:55:21 +01:00
Fabio Niephaus
f34cb2f47c
Regenerate dist/ files. 2022-11-03 20:29:33 +01:00
Fabio Niephaus
cb02f04137
Introduce native-image-(job|pr)-reports feature.
Co-authored-by: Ondřej Douda <ondrej.douda@oracle.com>
2022-11-03 20:28:28 +01:00
Fabio Niephaus
c2c2a82199
Bump version to 1.0.8. 2022-11-02 16:28:37 +01:00
Fabio Niephaus
b0049dea1e
Introduce check-for-updates feature. 2022-11-02 14:13:52 +01:00
Fabio Niephaus
165f18581d Update @actions/core to 1.10.0.
Closes #16.
2022-10-25 21:50:52 +02:00
Fabio Niephaus
01b9840538
Use unique CACHE_KEY_PREFIX. 2022-08-31 11:35:58 +02:00
Fabio Niephaus
3b96e2ea68
Drop job-status logic.
It requires a dummy entry in the `action.yml` which was missing. Drop the entire logic because it's not needed at this point.
2022-08-31 11:24:48 +02:00
Fabio Niephaus
f47d45565a
Add support for dependency caching.
- Fork relevant bits from https://github.com/actions/setup-java
- Use Node.js 16
- Adjust packaging
- Update uuid and other dependencies

Closes #11
2022-08-31 10:20:03 +02:00