1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-10-10 19:32:04 +00:00
forgejo-runner/act/runner
ChristopherHX 65ae238f17 feat: Validate GitHub Actions schema (#2416)
* feat: Validate GitHub Actions schema

**BREAKING** previously accepted workflows are now invalid

* update code

* fix tests

* Bump docker / fix lint

* fix test action due to moving the file

* remove unused function

* fix parsing additional functions

* fix allow int

* update docker dep, due to linter

(cherry picked from commit 64219df0f2155d75ffc4423dc93c1e80bb4740bc)

Conflicts:
	go.mod
	go.sum
	pkg/model/workflow.go

	trivial context conflict & go.mod upgrades
2025-07-11 14:12:22 +02:00
..
hashfiles [RDNF #11] fix: skipped jobs have no result & fix: favor command-line over files & chore: fix some comments (#143) 2025-06-09 10:25:43 +00:00
res Add super-linter + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
testdata feat: Validate GitHub Actions schema (#2416) 2025-07-11 14:12:22 +02:00
action.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
action_cache.go [RDNF #18] Meta-copy-symlinks-new-actions-cache (#2337) (#159) 2025-07-02 13:48:12 +00:00
action_cache_offline_mode.go feat: offline mode for new action cache (#2173) 2025-04-12 14:03:12 +00:00
action_cache_test.go refactor: simpilfy go-git cache (#2208) 2025-04-12 14:03:12 +00:00
action_composite.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
action_test.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
command.go Merge tag 'nektos/v0.2.49' 2023-08-02 11:52:14 +08:00
command_test.go refactor: fix savestate in pre steps (#1466) 2022-12-15 17:08:31 +00:00
container_mock_test.go chore: Remove obsolete Container.UpdateFromPath (#1631) 2023-02-16 16:11:26 +00:00
expression.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
expression_test.go Follow upstream support for variables (#66) 2023-06-12 06:54:17 +00:00
job_executor.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
job_executor_test.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
local_repository_cache.go Introduce LocalRepositoryCache for download remote actions, add them to ActionCache and execute as well 2025-04-28 08:42:10 +00:00
logger.go fix function name in comment (#2240) 2025-04-24 09:00:54 +00:00
lxc-helpers-lib.sh chore(upgrade): sync lxc-helpers v1.0.3 2025-01-29 10:30:12 +01:00
lxc-helpers.sh chore(upgrade): sync lxc-helpers v1.0.3 2025-01-29 10:30:12 +01:00
reusable_workflow.go chore(lint): fix lint errors 2024-12-30 21:11:02 +00:00
run_context.go fix: do not fail the job when if: false (#172) 2025-07-07 12:11:57 +00:00
run_context_test.go feat: export runtime token as FORGEJO_TOKEN 2025-01-04 20:01:43 +08:00
runner.go [FORGEJO] feat(docker): Add flag to enable IPv6 in auto-created networks (#24) 2024-03-11 17:10:33 +07:00
runner_test.go feat: Validate GitHub Actions schema (#2416) 2025-07-11 14:12:22 +02:00
step.go feat: add FORGEJO_* for each GITHUB_* in the environment & contexts (#171) 2025-07-07 06:00:53 +00:00
step_action_local.go feat: cli option to enable the new action cache (#1954) 2024-01-19 23:49:35 +00:00
step_action_local_test.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
step_action_remote.go Support cloning remote actions from insecure Gitea instances (#92) 2024-03-05 08:07:29 +00:00
step_action_remote_test.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
step_docker.go Merge tag 'nektos/v0.2.49' 2023-08-02 11:52:14 +08:00
step_docker_test.go refactor: GITHUB_ENV command / remove env.PATH (#1503) 2023-02-04 13:35:13 +00:00
step_factory.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_factory_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_run.go feat: add node as shell type 2025-04-18 18:14:21 +03:00
step_run_test.go chore: use new style octal (#1630) 2023-02-16 15:34:51 +00:00
step_test.go [RDNF #11] fix: skipped jobs have no result & fix: favor command-line over files & chore: fix some comments (#143) 2025-06-09 10:25:43 +00:00