act/pkg/runner
ChristopherHX 102e6cbce0
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
2024-08-13 03:40:21 +00:00
..
hashfiles chore: fix some comments (#2279) 2024-04-10 19:58:56 +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) 2024-08-13 03:40:21 +00:00
action.go Fix #2363. Add /pre- and /post-entrypoint handling (#2394) 2024-07-24 07:41:33 +00:00
action_cache.go Meta-copy-symlinks-new-actions-cache (#2337) 2024-05-29 00:12:32 +00:00
action_cache_offline_mode.go feat: offline mode for new action cache (#2173) 2024-02-12 12:51:37 +00:00
action_cache_test.go refactor: simpilfy go-git cache (#2208) 2024-02-18 03:53:22 +00:00
action_composite.go fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
action_test.go fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
command.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07: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 fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
expression_test.go feature: Add support for github action variables (#1833) 2023-06-10 18:09:27 +00:00
job_executor.go fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
job_executor_test.go fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
local_repository_cache.go feat: Test writing remote Actions locally (#2155) 2024-02-23 07:40:14 +00:00
logger.go fix function name in comment (#2240) 2024-03-06 14:20:06 +00:00
reusable_workflow.go feat: support offline mode (#2128) 2024-01-20 00:20:15 +00:00
run_context.go fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
run_context_test.go Actions Artifacts v4 backend (#2224) 2024-05-20 20:00:04 +00:00
runner.go feat: support offline mode (#2128) 2024-01-20 00:20:15 +00:00
runner_test.go feat: Validate GitHub Actions schema (#2416) 2024-08-13 03:40:21 +00:00
step.go fix: composite action input pollution (#2348) 2024-06-05 14:44:44 +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 fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
step_action_remote.go fix: improve new-action-cache fetch failure error (#2172) 2024-01-28 17:02:15 +00:00
step_action_remote_test.go fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
step_docker.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07: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: cmd support for windows (#1941) 2023-08-08 15:44:25 +00:00
step_run_test.go chore: use new style octal (#1630) 2023-02-16 15:34:51 +00:00
step_test.go fix: composite action input pollution (#2348) 2024-06-05 14:44:44 +00:00