Commit Graph

  • 8dbd151fa7 build(deps): bump golang.org/x/term from 0.5.0 to 0.6.0 (#1666) dependabot[bot] 2023-03-06 03:12:42 +00:00
  • 6601d8d8e8 Improve XDG Spec supporting (#1656) Tony Soloveyv 2023-03-03 17:39:02 +03:00
  • 19abab6375 fix: safe file name (#1651) Jason Song 2023-03-03 16:38:33 +08:00
  • 973dd7f7ef fix: compare properties of Invalid types (#1645) Alex Savchuk 2023-03-03 11:16:33 +03:00
  • 44b510f48c chore: bump VERSION to 0.2.43 github-actions[bot] 2023-03-01 02:33:29 +00:00
  • 5500c928eb fix: github.job property is empty, GITHUB_JOB should be job id (#1646) Alex Savchuk 2023-02-27 22:10:31 +03:00
  • 04d12b0206 build(deps): bump github.com/opencontainers/image-spec (#1649) dependabot[bot] 2023-02-27 03:25:06 +00:00
  • 1252e551b8 Replace more strings.ReplaceAll to safeFilename (#18) Jason Song 2023-02-24 14:20:34 +08:00
  • c614d8b96c Replace more strings.ReplaceAll to safeFilename (#17) Jason Song 2023-02-24 12:11:30 +08:00
  • 84b6649b8b Safe filename (#16) Jason Song 2023-02-24 10:17:36 +08:00
  • 89cb558558 fix: update output handling for reusable workflows (#1521) Markus Wolf 2023-02-23 23:34:47 +01:00
  • 53095d76f4 fix: crash malformed composite action (#1616) ChristopherHX 2023-02-23 22:16:07 +00:00
  • 4b56aced15 docs: remove help section (#1648) R 2023-02-23 19:51:01 +01:00
  • 05eaeaa528 feat: workflowpattern package (#1618) ChristopherHX 2023-02-23 18:21:08 +00:00
  • 4eba04b229 build(deps): bump github.com/containerd/containerd from 1.6.16 to 1.6.18 (#1637) dependabot[bot] 2023-02-23 17:31:11 +00:00
  • 8790c9b8e6 fix: add GITHUB_STEP_SUMMARY (#1607) R 2023-02-23 16:24:44 +01:00
  • b7a9eb9fbf build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 (#1636) dependabot[bot] 2023-02-20 03:44:53 +00:00
  • 2f55276cea build(deps): bump github.com/moby/buildkit from 0.11.2 to 0.11.3 (#1635) dependabot[bot] 2023-02-20 03:21:34 +00:00
  • be4a1477a5 fix: tolerate workflow that needs a missing job (#1595) (#1619) Josh Soref 2023-02-16 11:41:59 -05:00
  • 21ea3d0d5f chore: Remove obsolete Container.UpdateFromPath (#1631) ChristopherHX 2023-02-16 17:11:26 +01:00
  • 1316307313 chore: use new style octal (#1630) Jason Song 2023-02-16 23:34:51 +08:00
  • b0a5068f6d fix: don't override env (#1629) Jason Song 2023-02-16 23:16:46 +08:00
  • dca7801682 Support uses http(s)://host/owner/repo as actions (#14) v0.234.2 Jason Song 2023-02-15 16:28:33 +08:00
  • 4b99ed8916 Support go run on action (#12) Lunny Xiao 2023-02-15 16:10:15 +08:00
  • 34ab8150bf ci: add Winget Releaser workflow (#1623) sitiom 2023-02-14 01:59:19 +08:00
  • 8048baf435 build(deps): bump github.com/opencontainers/selinux (#1625) dependabot[bot] 2023-02-13 04:19:59 +00:00
  • 7c3c5349ab build(deps): bump github.com/docker/docker (#1624) dependabot[bot] 2023-02-13 03:49:37 +00:00
  • 98ad62fcef build(deps): bump github.com/docker/cli (#1626) dependabot[bot] 2023-02-13 03:33:22 +00:00
  • c378a7d28b chore: add Winget installation instructions (#1622) sitiom 2023-02-12 02:25:22 +08:00
  • 44333c758a Pass dockerfile to build executor (#1606) Aidan 2023-02-08 09:14:43 -08:00
  • 36dbbc1dfa build(deps): bump github.com/docker/cli from 23.0.0-rc.1+incompatible to 23.0.0+incompatible (#1611) dependabot[bot] 2023-02-06 12:33:42 +00:00
  • f41e9127a8 build(deps): bump github.com/docker/docker (#1613) dependabot[bot] 2023-02-06 03:25:34 +00:00
  • 460c78da07 build(deps): bump megalinter/megalinter from 6.18.0 to 6.19.0 (#1610) dependabot[bot] 2023-02-06 03:05:59 +00:00
  • 22dc1e0e7e build(deps): bump github.com/go-git/go-billy/v5 from 5.4.0 to 5.4.1 (#1612) dependabot[bot] 2023-02-06 02:51:12 +00:00
  • 281a52f0d6 build(deps): bump github.com/joho/godotenv from 1.4.0 to 1.5.1 (#1614) dependabot[bot] 2023-02-06 02:36:56 +00:00
  • e775fea265 refactor: GITHUB_ENV command / remove env.PATH (#1503) ChristopherHX 2023-02-04 14:35:13 +01:00
  • 24c16fbf25 Update max container name length (#1597) Aidan 2023-02-03 11:54:19 -08:00
  • ce168f9595 feat: allow overriding of GITHUB_ env variables (#1582) Shubh Bapna 2023-02-03 14:35:49 -05:00
  • c4b64ec1c1 Docker build fixes (#1596) Aidan 2023-02-03 01:07:16 -08:00
  • f91b2aa5db fix: Apply forcePull only for prebuild docker actions (#1599) ChristopherHX 2023-02-02 18:24:35 +01:00
  • 72d03214c5 chore: bump VERSION to 0.2.42 github-actions[bot] 2023-02-02 00:56:57 +00:00
  • 42b9b73d38 feat: cache notices to reduce frequency of upgrade notifications (#1592) Casey Lee 2023-02-01 16:54:57 -08:00
  • 787388daf5 chore: fix release script to trigger gh-act Casey Lee 2023-01-31 18:55:22 -08:00
  • b91e4b0d55 chore: bump VERSION to 0.2.41 github-actions[bot] 2023-02-01 02:32:39 +00:00
  • e46ede1b17 parse raw on (#11) Lunny Xiao 2023-01-31 15:49:55 +08:00
  • 1ba076d321 Erase needs of job in SingleWorkflow (#9) Jason Song 2023-01-30 11:42:19 +08:00
  • e259dc2835 build(deps): bump github.com/moby/buildkit from 0.11.1 to 0.11.2 (#1589) dependabot[bot] 2023-01-30 02:40:41 +00:00
  • 70ae63bd10 build(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#1590) dependabot[bot] 2023-01-30 02:26:24 +00:00
  • 01952d05c8 cI: make stalebot less annoying (#1587) R 2023-01-29 17:44:53 +01:00
  • 3748772201 test: Do not leak step env in composite (#1585) ChristopherHX 2023-01-29 15:47:56 +01:00
  • 932863bef5 feat: step summary of test results (#1580) ChristopherHX 2023-01-25 09:14:51 +01:00
  • 09e9f6a1ac build(deps): bump github.com/moby/buildkit from 0.11.0 to 0.11.1 (#1576) dependabot[bot] 2023-01-23 04:06:21 +00:00
  • a2856aed75 build(deps): bump golang.org/x/term from 0.3.0 to 0.4.0 (#1577) dependabot[bot] 2023-01-23 03:42:24 +00:00
  • 612e08f113 build(deps): bump github.com/docker/docker (#1573) dependabot[bot] 2023-01-23 03:25:31 +00:00
  • 1b7212f5fd build(deps): bump github.com/rhysd/actionlint from 1.6.22 to 1.6.23 (#1574) dependabot[bot] 2023-01-23 03:11:28 +00:00
  • 75d19d0ff5 build(deps): bump actions/github-script from 5 to 6 (#1572) dependabot[bot] 2023-01-23 02:56:38 +00:00
  • 0efa2d5e63 fix(test): needs condition. (#8) appleboy 2023-01-21 17:09:51 +08:00
  • 7ada9d3f74 chore: update docs for installing act as GH CLI extension Casey Lee 2023-01-20 10:22:58 -08:00
  • 78e1ceb0a8 feat: release extension Casey Lee 2023-01-20 10:13:18 -08:00
  • d690a5fee9 feat: release extension Casey Lee 2023-01-20 10:11:34 -08:00
  • 19e6929398 feat: release extension Casey Lee 2023-01-20 10:10:20 -08:00
  • b00babd0d9 refactor: pull and rebuild docker by default (#1569) ChristopherHX 2023-01-20 16:46:43 +01:00
  • 82a8c1e80d feat: add remote reusable workflows (#1525) Markus Wolf 2023-01-19 21:49:11 +01:00
  • 566b9d843e Fixed auto-generated platform configuration with Micro size image (#1566) Yoshiaki Yoshida 2023-01-19 15:49:16 +09:00
  • 7ebcc1c816 Feature/allow worktrees (#1530) Alexandre Lavigne 2023-01-19 07:29:23 +01:00
  • 3e23b4fbb5 chore: bump VERSION to 0.2.40 github-actions[bot] 2023-01-16 21:35:04 +00:00
  • 63ae215071 fix: update artifact server to address GHSL-2023-004 (#1565) Casey Lee 2023-01-16 13:01:54 -08:00
  • efb12b7f12 chore: bump VERSION to 0.2.39 github-actions[bot] 2023-01-16 20:07:23 +00:00
  • b3c06dc19d chore: fix promote script Casey Lee 2023-01-16 09:57:35 -08:00
  • 0d0780580c chore: bump version Casey Lee 2023-01-16 09:54:43 -08:00
  • 872a69548c chore: makefile update Casey Lee 2023-01-16 09:43:53 -08:00
  • 33cb8bca64 chore: bump version Casey Lee 2023-01-16 09:39:52 -08:00
  • d8ba8cbf17 build(deps): bump github.com/moby/buildkit from 0.10.6 to 0.11.0 (#1563) dependabot[bot] 2023-01-16 17:26:22 +00:00
  • 003947ea33 chore: push new version Casey Lee 2023-01-16 09:09:38 -08:00
  • 0988b47752 Readme: Fix shell installation (#1547) Philippe Schenker 2023-01-16 15:30:11 +01:00
  • d064863f9b fix: allow override of artifact server bind address (#1560) Robin Breathe 2023-01-16 15:12:20 +01:00
  • 93907931df feat: add check for newer versions (#1562) Casey Lee 2023-01-15 02:30:41 -08:00
  • 767e6a8696 Input (#1524) Shubh Bapna 2023-01-14 00:58:17 +05:30
  • b2fb9e64ac refactor: remove docker image list reference filter (#1501) ChristopherHX 2023-01-13 18:52:54 +01:00
  • 8b4f210872 fix: add-matcher fails github workflow (#1532) ChristopherHX 2023-01-13 18:01:40 +01:00
  • 3f3b25ae84 feat: add support for building docker actions with private registries (#1557) Björn Brauer 2023-01-12 22:29:30 +01:00
  • 3ac756b37a build(deps): bump github.com/containerd/containerd from 1.6.6 to 1.6.12 (#1554) dependabot[bot] 2023-01-10 22:23:48 +00:00
  • 7e8d070811 feat: Allow building without docker support (#1507) ChristopherHX 2023-01-10 23:08:57 +01:00
  • a53a1c2000 fix: extra path lost in composite actions (#1531) ChristopherHX 2023-01-10 22:55:05 +01:00
  • 3f4a6dc462 test: make sure workflow_call is not a github event calling our workflow (#1520) Markus Wolf 2023-01-10 22:43:12 +01:00
  • b14398eff3 fix: preserve job result state in case of failure (#1519) Markus Wolf 2023-01-10 22:31:12 +01:00
  • f0c6fa11be build(deps): bump megalinter/megalinter from 6.17.0 to 6.18.0 (#1550) dependabot[bot] 2023-01-10 21:16:52 +00:00
  • 0a37a03f2e Clone actions without token (#6) v0.234.1 Jason Song 2023-01-06 13:34:38 +08:00
  • cfc1b91aa1 build(deps): bump megalinter/megalinter from 6.16.0 to 6.17.0 (#1540) dependabot[bot] 2023-01-02 02:43:57 +00:00
  • 0d388572a8 build(deps): bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 (#1539) dependabot[bot] 2023-01-02 02:27:22 +00:00
  • 9c7085195c build(deps): bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0 (#1541) dependabot[bot] 2023-01-02 02:13:45 +00:00
  • e3a722e7c6 build(deps): bump megalinter/megalinter from 6.15.0 to 6.16.0 (#1534) dependabot[bot] 2022-12-26 02:28:46 +00:00
  • d3ce2b0a46 build(deps): bump actions/stale from 6 to 7 (#1535) dependabot[bot] 2022-12-26 02:13:17 +00:00
  • 4989f444f1 revert: deprecation of containerArchitecture (#1514) ChristopherHX 2022-12-19 22:24:05 +01:00
  • c044035d9e build(deps): bump goreleaser/goreleaser-action from 3 to 4 (#1515) dependabot[bot] 2022-12-19 15:46:21 +00:00
  • 767969502a build(deps): bump github.com/docker/cli (#1516) dependabot[bot] 2022-12-19 15:33:25 +00:00
  • 469d024c1f build(deps): bump github.com/docker/docker (#1517) dependabot[bot] 2022-12-19 15:20:49 +00:00
  • 6ab71ecebb fix: align runner.os / runner.arch to known values (#1510) ChristopherHX 2022-12-19 15:58:55 +01:00
  • bef9b5c3c7 feat: Support "result" on "needs" context. (#1497) Aaron Holmes 2022-12-19 00:37:53 -08:00
  • 0c8c082ac0 fix: tail (not absolute) as entrypoint of job container (#1506) ChristopherHX 2022-12-15 18:31:59 +01:00