act_runner/pkg/runner
ChristopherHX 5b4393f840
feat: make use new action cache the new default for downloading actions (#12)
* remove legacy action caching
* migrate tests
* clear old legacy action cache when run
2025-01-26 13:19:25 +01:00
..
hashfiles chore: fix some comments (#2279) 2024-04-10 19:58:56 +00:00
res
testdata make ci run in this fork (#9) 2025-01-26 11:20:26 +00:00
action.go feat: make use new action cache the new default for downloading actions (#12) 2025-01-26 13:19:25 +01:00
action_cache.go feat: improve new action cache logging (#2474) 2024-10-10 03:07:55 +00:00
action_cache_offline_mode.go feat: improve new action cache logging (#2474) 2024-10-10 03:07:55 +00:00
action_cache_test.go feat: improve new action cache logging (#2474) 2024-10-10 03:07:55 +00:00
action_composite.go fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
action_test.go feat: make use new action cache the new default for downloading actions (#12) 2025-01-26 13:19:25 +01:00
command.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
command_test.go
container_mock_test.go feat: make use new action cache the new default for downloading actions (#12) 2025-01-26 13:19:25 +01:00
expression.go fix: prevent unintended input replacement in reusable workflows with workflow_dispatch when using workflow_call (#2502) 2024-12-29 14:52:06 +00:00
expression_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
job_executor.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
job_executor_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
local_repository_cache.go feat: improve new action cache logging (#2474) 2024-10-10 03:07:55 +00:00
logger.go fix function name in comment (#2240) 2024-03-06 14:20:06 +00:00
reusable_workflow.go feat: make use new action cache the new default for downloading actions (#12) 2025-01-26 13:19:25 +01:00
run_context.go feat: make use new action cache the new default for downloading actions (#12) 2025-01-26 13:19:25 +01:00
run_context_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
runner.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
runner_test.go fix: prevent unintended input replacement in reusable workflows with workflow_dispatch when using workflow_call (#2502) 2024-12-29 14:52:06 +00:00
step.go fix: if condition in composite action misbehaves (#2473) 2024-10-10 02:52:09 +00:00
step_action_local.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
step_action_local_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
step_action_remote.go feat: make use new action cache the new default for downloading actions (#12) 2025-01-26 13:19:25 +01:00
step_action_remote_test.go feat: make use new action cache the new default for downloading actions (#12) 2025-01-26 13:19:25 +01:00
step_docker.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
step_docker_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
step_factory.go
step_factory_test.go
step_run.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
step_run_test.go chore: upgrade dependencies (#2589) 2024-12-24 13:12:24 -08:00
step_test.go run_context: add GITHUB_RUN_ATTEMPT (#2458) 2024-09-19 21:36:09 +00:00