
silverwindandGitHub
f757631a47
feat(actions): update actionslib, support self:, misc fixes (#39358)
Updates actionslib to https://gitea.com/gitea/actionslib/releases/tag/v1.2.1, moves workflow
parsing into it and aligns behaviour with GitHub.
1. `uses:` supports `self:` (Gitea-only feature) and `$/` paths.
1. `strategy`, `matrix`, `max-parallel` and `fail-fast` accept
expressions, including over `needs`. A job whose `name`, `runs-on` or
`continue-on-error` reads `needs` is resolved once they finish.
1. A job `if:` may only read `github`, `needs`, `vars` and `inputs` and
is decided before the matrix, as on github.com.
1. Matrix `fail-fast` cancels the other combinations, and `always()`
jobs keep running when a run is cancelled.
1. Invalid workflow files, including a malformed `on:` and unknown or
cyclic `needs`, show up on push as failed runs with the error.
1. A job whose `if:` or `concurrency:` fails to evaluate is skipped or
failed with the error, instead of staying blocked.
1. Reusable workflows: a missing and an unreadable repository fail
alike, public callers cannot use private workflows, nested jobs cannot
exceed the caller's token permissions.
1. Runner labels match case-insensitively, and `runs-on` accepts an
array from an expression.
Runner PR: https://gitea.com/gitea/runner/pulls/1247
Docs PR: https://gitea.com/gitea/docs/pulls/553
Fixes: https://github.com/go-gitea/gitea/issues/38990
Fixes: https://github.com/go-gitea/gitea/issues/39382
Fixes: https://github.com/go-gitea/gitea/issues/32364
Fixes: https://github.com/go-gitea/gitea/issues/36077
Fixes: https://github.com/go-gitea/gitea/issues/23277
Fixes: https://github.com/go-gitea/gitea/issues/29020
Co-authored-by: Claude (Opus 5) <noreply@anthropic.com>
Co-authored-by: Zettat123 <zettat123@gmail.com>
2026-09-25 00:06:42 +02:00
..
2026-09-25 00:06:42 +02:00
2026-02-01 10:35:51 +00:00
2026-08-09 10:25:06 +00:00
2026-09-23 23:14:31 +00:00
2026-08-24 18:26:10 +00:00
2026-05-26 15:49:31 -07:00
2026-08-27 15:31:20 +00:00
2026-08-09 10:25:06 +00:00
2025-04-09 16:34:38 +00:00
2026-09-14 22:15:21 +02:00
2026-03-31 17:22:18 +00:00
2026-06-08 18:18:58 +00:00
2026-07-24 02:05:38 +00:00
2026-05-26 15:49:31 -07:00
2026-05-26 15:49:31 -07:00
2026-09-24 20:23:15 +00:00
2026-07-15 17:30:01 +00:00
2026-06-08 18:18:58 +00:00
2026-09-24 09:46:24 +00:00
2026-08-09 10:25:06 +00:00
2026-08-09 10:25:06 +00:00
2026-08-29 19:54:07 +00:00
2026-08-09 10:25:06 +00:00
2026-05-26 15:49:31 -07:00
2026-08-06 18:07:36 +08:00
2026-07-12 17:14:09 +00:00
2026-09-14 22:15:21 +02:00
2026-09-16 12:30:22 +02:00
2026-09-19 13:04:53 +00:00
2026-09-24 07:57:42 +00:00
2026-08-19 14:15:42 +08:00
2026-08-24 07:28:17 +00:00
2026-05-29 01:12:11 +00:00
2026-08-11 11:47:20 +02:00
2026-09-16 20:41:57 +02:00
2026-08-24 18:26:10 +00:00
2026-09-24 20:23:15 +00:00
2026-07-21 13:41:54 +00:00
2026-05-26 15:49:31 -07:00
2026-08-09 10:25:06 +00:00
2026-05-26 15:49:31 -07:00
2026-05-29 01:12:11 +00:00
2026-05-26 15:49:31 -07:00
2026-09-08 18:25:29 +00:00
2026-06-03 17:40:38 +00:00
2026-07-17 22:28:59 +08:00
2026-09-16 20:41:57 +02:00
2026-08-29 19:54:07 +00:00
2026-05-26 15:49:31 -07:00
2026-05-26 15:49:31 -07:00
2026-09-24 20:23:15 +00:00
2026-08-22 01:30:41 +00:00
2026-05-26 15:49:31 -07:00
2026-09-24 07:12:02 +00:00
2026-09-14 14:59:18 +00:00
2026-08-26 19:32:44 +00:00
2026-08-26 19:32:44 +00:00
2025-02-21 00:05:40 +08:00
2026-08-09 10:25:06 +00:00
2026-09-24 10:30:25 +00:00
2026-06-14 18:26:22 +00:00
2026-08-29 19:54:07 +00:00
2026-09-16 17:06:00 +02:00
2026-09-18 17:11:56 +02:00
2026-08-09 10:25:06 +00:00
2026-05-26 15:49:31 -07:00
2025-01-21 18:57:07 +00:00
2026-07-23 14:31:29 +00:00
2026-09-24 20:23:15 +00:00
2026-09-23 14:34:19 +00:00
2026-05-26 15:49:31 -07:00
2026-09-22 22:49:36 +08:00
2026-08-19 12:50:06 +00:00
2026-08-09 10:25:06 +00:00
2026-03-26 00:37:48 +08:00
2026-05-26 15:49:31 -07:00
2026-07-12 17:14:09 +00:00
2025-01-09 09:21:47 +08:00
2026-09-16 17:06:00 +02:00
2026-09-24 09:17:25 +00:00
2026-09-19 13:04:53 +00:00
2026-02-20 16:12:22 +00:00
2026-06-04 13:38:56 +00:00