Ryan
a34d9c6d60
run_context: add GITHUB_RUN_ATTEMPT ( #2458 )
...
* run_context: add GITHUB_RUN_ATTEMPT
Fixes https://github.com/nektos/act/issues/2451
Fixes https://github.com/nektos/act/issues/1615
* fix whitespace
* fix githubcontext
* fix TestSetupEnv
---------
Co-authored-by: ChristopherHX <christopher.homberger@web.de >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-09-19 21:36:09 +00:00
Josh Soref
be89cbcf51
Fix install sh usage ( #2454 )
...
* Note that godownloader is deprecated
* Fix usage
* Fix spelling of install
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-09-19 08:47:26 +00:00
sebastien-perpignane
2e117a4d2b
bug/issue #2448 - manage special bash options when no shell is defined ( #2449 )
...
* bash without "-o pipefail" option when "bash" is not explicitely
defined in the workflow
* bonus: fix inverted expected and actual in TestGetGitHubContext assertions
2024-09-19 08:28:45 +00:00
Alexandre Erwin Ittner
013c0d4e18
feat: generate a manual page automatically with cobra/doc ( #2352 )
...
Add a command line switch "--man-page" to print an automatically
generated manual page to stdout.
Co-authored-by: ChristopherHX <christopher.homberger@web.de >
2024-09-11 20:49:13 +00:00
github-actions[bot]
f75a2d8b38
chore: bump VERSION to 0.2.67
2024-09-10 18:17:07 +00:00
ChristopherHX
41430177a2
fix: schema validation for job if functions ( #2446 )
...
* fix: schema validation for job if functions
* Add Tests
* Update pkg/schema/schema.go
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
* Update pkg/schema/schema.go
---------
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-10 11:14:47 -07:00
dependabot[bot]
d8b6f618d9
build(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 ( #2442 )
...
Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.23.0 to 0.24.0.
- [Commits](https://github.com/golang/term/compare/v0.23.0...v0.24.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/term
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-09 03:08:43 +00:00
ChristopherHX
32b6bb7a25
fix: artifact v4 upload above 8MB ( #2402 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-09-07 23:01:50 +00:00
github-actions[bot]
38e43bd51f
chore: bump VERSION to 0.2.66
2024-09-01 02:29:39 +00:00
dependabot[bot]
c9ae534e53
build(deps): bump golang.org/x/term from 0.22.0 to 0.23.0 ( #2421 )
...
Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/term/compare/v0.22.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/term
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-30 21:15:46 +00:00
dependabot[bot]
ca292cd40d
build(deps): bump megalinter/megalinter from 7.13.0 to 8.0.0 ( #2436 )
...
Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter ) from 7.13.0 to 8.0.0.
- [Release notes](https://github.com/megalinter/megalinter/releases )
- [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md )
- [Commits](https://github.com/megalinter/megalinter/compare/v7.13.0...v8.0.0 )
---
updated-dependencies:
- dependency-name: megalinter/megalinter
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 03:14:52 +00:00
dependabot[bot]
f79a13e602
build(deps): bump dario.cat/mergo from 1.0.0 to 1.0.1 ( #2430 )
...
Bumps [dario.cat/mergo](https://github.com/imdario/mergo ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/imdario/mergo/releases )
- [Commits](https://github.com/imdario/mergo/compare/v1.0.0...v1.0.1 )
---
updated-dependencies:
- dependency-name: dario.cat/mergo
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 02:55:10 +00:00
benniekiss
60a2fed37b
fix GOOS parsing to match expected GHA RUNNER_OS values ( #2422 )
...
github actions reports RUNNER_OS for linux and windows with capital letters (Linux, Windows). This should increase compatibility when runner uses `-self-hosted`
Co-authored-by: Jason Song <i@wolfogre.com >
2024-08-13 17:33:47 +00:00
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
github-actions[bot]
bda491e406
chore: bump VERSION to 0.2.65
2024-08-01 02:22:10 +00:00
Oliver Schlüter
cd8b710f43
remove double negation in --help ( #2405 )
...
Co-authored-by: ChristopherHX <christopher.homberger@web.de >
2024-07-24 12:46:34 +00:00
Chongyi Zheng
a62063b73f
Bump mergo to v1.0.0 with new module URL ( #2403 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-07-24 10:12:40 +00:00
Chongyi Zheng
2feff3f193
build(deps): bump github.com/timshannon/bolthold to v0.0.0-20240314194003-30aac6950928 ( #2248 )
...
* Bump github.com/timshannon/bolthold to v0.0.0-20231129192944-dca5178aa629
* Bump to v0.0.0-20240314194003-30aac6950928
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-07-24 09:53:13 +00:00
Andrii Chyrva
570ccf390e
Fix #2363 . Add /pre- and /post-entrypoint handling ( #2394 )
...
* Fix #2363 . Add /pre- and /post-entrypoint handling
* fix copy paste error
---------
Co-authored-by: Andrii Chyrva <achyrva@hotmail.com >
Co-authored-by: ChristopherHX <christopher.homberger@web.de >
2024-07-24 07:41:33 +00:00
dependabot[bot]
1d6a00c05c
build(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 ( #2387 )
...
Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.21.0 to 0.22.0.
- [Commits](https://github.com/golang/term/compare/v0.21.0...v0.22.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/term
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 14:57:20 +00:00
dependabot[bot]
21fe90154d
build(deps): bump github.com/adrg/xdg from 0.4.0 to 0.5.0 ( #2398 )
...
Bumps [github.com/adrg/xdg](https://github.com/adrg/xdg ) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/adrg/xdg/releases )
- [Commits](https://github.com/adrg/xdg/compare/v0.4.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: github.com/adrg/xdg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 02:39:03 +00:00
ChristopherHX
3c7eda7f3e
fix: docker stub and add a test for this ( #2355 )
...
* fix: docker stub
* test if you can build run without docker
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-07-10 16:45:07 +00:00
Justus
a1a96da1b3
fix: changed location of actrc in info message ( #2373 )
...
* Changed location of actrc in info message
* Display actrc location dynamically
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-07-10 16:17:18 +00:00
ChristopherHX
6de25a53bc
fix: make node tool non volatile ( #2372 )
...
* fix: make node tool non volatile
Currently downgrading node via setup-node can break later actions
* fix it and lookup on startup
* fix problems
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-07-10 15:58:37 +00:00
ChristopherHX
2ad5ff74f8
fix: add missing service container health check ( #2354 )
...
* fix: Implement missing health ceck for Services
* Add test case
* linter doesn't support min builtin and fix check
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-07-10 15:33:54 +00:00
dependabot[bot]
1ac4b60a06
build(deps): bump megalinter/megalinter from 7.11.1 to 7.13.0 ( #2389 )
...
Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter ) from 7.11.1 to 7.13.0.
- [Release notes](https://github.com/megalinter/megalinter/releases )
- [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md )
- [Commits](https://github.com/megalinter/megalinter/compare/v7.11.1...v7.13.0 )
---
updated-dependencies:
- dependency-name: megalinter/megalinter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 02:53:11 +00:00
GitHub Actions
aa54ea9335
chore: bump VERSION to 0.2.64
2024-07-01 02:21:27 +00:00
dependabot[bot]
935e4c37ae
build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 ( #2366 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-06-17 03:07:24 +00:00
dependabot[bot]
8a64a761df
build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 ( #2365 )
...
Bumps google.golang.org/protobuf from 1.34.1 to 1.34.2.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 02:52:43 +00:00
dependabot[bot]
f9ea5e3b7b
build(deps): bump golang.org/x/term from 0.20.0 to 0.21.0 ( #2360 )
...
Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.20.0 to 0.21.0.
- [Commits](https://github.com/golang/term/compare/v0.20.0...v0.21.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/term
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-06-10 02:48:34 +00:00
dependabot[bot]
7b950e1d1e
build(deps): bump github.com/docker/cli ( #2358 )
...
Bumps [github.com/docker/cli](https://github.com/docker/cli ) from 26.1.3+incompatible to 26.1.4+incompatible.
- [Commits](https://github.com/docker/cli/compare/v26.1.3...v26.1.4 )
---
updated-dependencies:
- dependency-name: github.com/docker/cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 02:20:46 +00:00
Louis Auzuret
e4607fc791
fix: skip service container for empty image ( #2281 )
...
* fix: skip service container for empty image
It is used to skip empty image name in services which is the only way to handle condition services in github action currently https://github.com/actions/runner/issues/822
* test: add testdata for empty image in services
* fix: add missing test call
* fix: wring test call
* fix: invalid without expression
---------
Co-authored-by: ChristopherHX <christopher.homberger@web.de >
2024-06-05 19:16:34 +00:00
ChristopherHX
b5ad3c4acd
fix: composite action input pollution ( #2348 )
...
* fix: composite action input pollution
* fix run steps
* fix missing defaults in post after env cleanup
* fix test to make more sense
* Add tests and simplify change
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-06-05 14:44:44 +00:00
ChristopherHX
b917ecc184
fix: update reusable workflow input handling ( #2349 )
...
* update reusable workflow input handling
* make test stricter
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-06-05 14:30:12 +00:00
Meng Zhuo
55a8f9afc5
Add riscv64 binary release ( #2350 )
2024-06-05 14:13:59 +00:00
dependabot[bot]
71a6fa0b42
build(deps): bump github.com/rhysd/actionlint from 1.7.0 to 1.7.1 ( #2346 )
...
Bumps [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint ) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/rhysd/actionlint/releases )
- [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rhysd/actionlint/compare/v1.7.0...v1.7.1 )
---
updated-dependencies:
- dependency-name: github.com/rhysd/actionlint
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 02:51:19 +00:00
GitHub Actions
c959fdd588
chore: bump VERSION to 0.2.63
2024-06-01 02:17:21 +00:00
ChristopherHX
4977ba910c
Meta-copy-symlinks-new-actions-cache ( #2337 )
...
* meta: copy symlinks
* copy file (old style)
* copy files (new styles)
* avoid spelling error detection
* add error
* fix
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-05-29 00:12:32 +00:00
dependabot[bot]
ecd7875c00
build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.1 ( #2340 )
...
Bumps google.golang.org/protobuf from 1.33.0 to 1.34.1.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-27 02:56:40 +00:00
dependabot[bot]
77acf9d74f
build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.1 ( #2341 )
...
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt ) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.0...v5.2.1 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-27 02:41:55 +00:00
ChristopherHX
e1e5671e3d
Actions Artifacts v4 backend ( #2224 )
...
* Actions Artifacts v4 backend
* lint
* fix it now
* remove protofile, to make linter not complain
* sync changes
* add delete
* import auth test from gitea
* add more tests
* codecov ignore protobuf
2024-05-20 20:00:04 +00:00
dependabot[bot]
8acde99bfa
build(deps): bump github.com/docker/docker ( #2333 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 26.1.2+incompatible to 26.1.3+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v26.1.2...v26.1.3 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-05-20 02:45:48 +00:00
dependabot[bot]
6db96131f0
build(deps): bump github.com/docker/cli ( #2332 )
...
Bumps [github.com/docker/cli](https://github.com/docker/cli ) from 26.1.2+incompatible to 26.1.3+incompatible.
- [Commits](https://github.com/docker/cli/compare/v26.1.2...v26.1.3 )
---
updated-dependencies:
- dependency-name: github.com/docker/cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 02:33:59 +00:00
Jack Green
070c257640
Add documentation for dryrun parameter ( #2311 )
...
The `dryrun` paramater's documentation is unhelpful (`dryrun mode`).
In the absense of proper documentation, [this definition from a comment on this topic](https://github.com/nektos/act/issues/268#issuecomment-1054834689 ) should be used.
Fixes: https://github.com/nektos/act/issues/268
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-05-13 20:59:28 +00:00
Andreas Taylor
657a3d768c
Fix for issue 2232: Many lines of "Could not find any stages to run" on run ( #2272 )
...
* Initial commit
* Put the tests back
* Remove unnecessary checks
* Remove unneeded check and fix test code
---------
Co-authored-by: Jason Song <i@wolfogre.com >
2024-05-13 15:41:28 +00:00
dependabot[bot]
69ef192bc2
build(deps): bump github.com/docker/cli ( #2325 )
...
Bumps [github.com/docker/cli](https://github.com/docker/cli ) from 26.1.1+incompatible to 26.1.2+incompatible.
- [Commits](https://github.com/docker/cli/compare/v26.1.1...v26.1.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-05-13 03:56:04 +00:00
dependabot[bot]
2c9c489d11
build(deps): bump github.com/rhysd/actionlint from 1.6.27 to 1.7.0 ( #2326 )
...
Bumps [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint ) from 1.6.27 to 1.7.0.
- [Release notes](https://github.com/rhysd/actionlint/releases )
- [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rhysd/actionlint/compare/v1.6.27...v1.7.0 )
---
updated-dependencies:
- dependency-name: github.com/rhysd/actionlint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-05-13 03:41:07 +00:00
dependabot[bot]
218edca549
build(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10 ( #2327 )
...
Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt ) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/etcd-io/bbolt/releases )
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.9...v1.3.10 )
---
updated-dependencies:
- dependency-name: go.etcd.io/bbolt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-05-13 03:28:10 +00:00
dependabot[bot]
3429f1ace8
build(deps): bump github.com/docker/docker ( #2324 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 26.1.1+incompatible to 26.1.2+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v26.1.1...v26.1.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 03:11:29 +00:00
dependabot[bot]
1acda5f65b
build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 ( #2323 )
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 5.3.0 to 6.0.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v5.3.0...v6.0.1 )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 02:25:48 +00:00