dependabot[bot]
34144c25ab
build(deps): bump the dependencies group with 6 updates ( #2675 )
...
* build(deps): bump the dependencies group with 6 updates
Bumps the dependencies group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/docker/cli](https://github.com/docker/cli ) | `27.5.1+incompatible` | `28.0.0+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker ) | `27.4.1+incompatible` | `28.0.0+incompatible` |
| [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy ) | `5.6.1` | `5.6.2` |
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git ) | `5.13.1` | `5.13.2` |
| [golang.org/x/term](https://github.com/golang/term ) | `0.28.0` | `0.29.0` |
| google.golang.org/protobuf | `1.36.4` | `1.36.5` |
Updates `github.com/docker/cli` from 27.5.1+incompatible to 28.0.0+incompatible
- [Commits](https://github.com/docker/cli/compare/v27.5.1...v28.0.0 )
Updates `github.com/docker/docker` from 27.4.1+incompatible to 28.0.0+incompatible
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.4.1...v28.0.0 )
Updates `github.com/go-git/go-billy/v5` from 5.6.1 to 5.6.2
- [Release notes](https://github.com/go-git/go-billy/releases )
- [Commits](https://github.com/go-git/go-billy/compare/v5.6.1...v5.6.2 )
Updates `github.com/go-git/go-git/v5` from 5.13.1 to 5.13.2
- [Release notes](https://github.com/go-git/go-git/releases )
- [Commits](https://github.com/go-git/go-git/compare/v5.13.1...v5.13.2 )
Updates `golang.org/x/term` from 0.28.0 to 0.29.0
- [Commits](https://github.com/golang/term/compare/v0.28.0...v0.29.0 )
Updates `google.golang.org/protobuf` from 1.36.4 to 1.36.5
---
updated-dependencies:
- dependency-name: github.com/docker/cli
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
- dependency-name: github.com/go-git/go-billy/v5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: github.com/go-git/go-git/v5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: golang.org/x/term
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
* Migrate docker pkg to next release
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ChristopherHX <christopher.homberger@web.de >
Co-authored-by: Casey Lee <cplee@nektos.com >
2025-02-25 09:28:30 +00:00
Steven Edwards
c6a7754910
Disable "unable to get git repo" when none exists. ( #2495 )
...
* Disable "unable to get git repo" when none exists.
* Restore error back so it's included in bug reports
Change from Warningf to Debugf.
---------
Co-authored-by: Casey Lee <cplee@nektos.com >
2025-02-25 06:00:38 +00:00
dependabot[bot]
7031ed1edf
build(deps): bump github.com/go-git/go-billy/v5 from 5.6.1 to 5.6.2 ( #2611 )
...
Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy ) from 5.6.1 to 5.6.2.
- [Release notes](https://github.com/go-git/go-billy/releases )
- [Commits](https://github.com/go-git/go-billy/compare/v5.6.1...v5.6.2 )
---
updated-dependencies:
- dependency-name: github.com/go-git/go-billy/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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Casey Lee <cplee@nektos.com >
2025-02-25 03:04:43 +00:00
ChristopherHX
cf09fd0af1
fix: use non strict schema to allow some undefined behavior ( #2524 )
...
* fix: use non strict schema to allow some undefined behavior
* GitHub Actions doesn't use the newer strict schema in the service
* Tolerate more hallucinations
* Update workflow.go
* Update workflow.go
* Update pkg/model/workflow.go
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
---------
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2025-02-25 02:45:49 +00:00
ChristopherHX
95e411da06
fix: remote docker actions new action cache and dry run mode ( #2513 )
...
* fixes
* Add TestDockerCopyTarStreamDryRun
* increase coverage a bit
* fixup
* fixup
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2025-02-25 02:28:17 +00:00
Wooseop Kim
404620bd4c
Add tests against reading config files ( #2682 )
...
* Add tests
* Use test tables
* Rename test config to better show its purpose
* Use temporary environment for testing
* Check also expansion with curly braces
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2025-02-25 02:09:22 +00:00
ChristopherHX
326d516f64
chore: mergify and codeowners do not request review ( #2683 )
...
* chore: mergify do not request review
* this makes it hard to notice manual mentioning
* Delete CODEOWNERS
2025-02-25 01:42:37 +00:00
ChristopherHX
16bdce5f1f
feat: GoGitActionCache shallow fetch ( #2677 )
...
* speed up cloning iff feature flag is on, should not have any negative impact
2025-02-22 14:29:03 +00:00
dependabot[bot]
bce0f19a83
build(deps): bump the dependencies group with 2 updates ( #2674 )
...
Bumps the dependencies group with 2 updates: [megalinter/megalinter](https://github.com/megalinter/megalinter ) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ).
Updates `megalinter/megalinter` from 8.3.0 to 8.4.2
- [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/v8.3.0...v8.4.2 )
Updates `goreleaser/goreleaser-action` from 5 to 6
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: megalinter/megalinter
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-21 22:28:40 +00:00
ChristopherHX
c739bc4a4f
Update .gitleaksignore ( #2676 )
...
* megalinter update makes REDACTED fail gitleaks
2025-02-21 21:56:33 +00:00
ChristopherHX
f19f6dd651
chore: Group DependableBot Updates monthly ( #2673 )
...
* run only 12 times per year
* group as much as possible
* reduce merge conflicts by running less often
2025-02-21 15:19:06 +00:00
dependabot[bot]
de018cb9d9
build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 ( #2670 )
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 6.2.0 to 6.5.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.2.0...v6.5.0 )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
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>
2025-02-17 02:58:49 +00:00
dependabot[bot]
fd5cd84aa8
build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 ( #2669 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.8.1 to 1.9.1.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
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>
2025-02-17 02:25:49 +00:00
ChristopherHX
c956febfe4
add test workflows to cmd pkg ( #2665 )
...
* add test workflows to cmd pkg
* list-options as well
* add more tests
* test entrypoint as well
* update exit code 1 test
2025-02-12 23:00:55 +00:00
ChristopherHX
7fec28d69e
fix: secret file reading ( #45 ) ( #2664 )
...
* fix: secret file reading
* do ToUpper for keys not only for cli args
* add tests
2025-02-12 21:36:50 +00:00
github-actions[bot]
3f741df6bc
chore: bump VERSION to 0.2.74
2025-02-10 04:34:35 +00:00
dependabot[bot]
b3bad97d40
build(deps): bump gotest.tools/v3 from 3.5.1 to 3.5.2 ( #2655 )
...
Bumps [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools ) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/gotestyourself/gotest.tools/releases )
- [Commits](https://github.com/gotestyourself/gotest.tools/compare/v3.5.1...v3.5.2 )
---
updated-dependencies:
- dependency-name: gotest.tools/v3
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>
2025-02-10 03:14:26 +00:00
dependabot[bot]
3234bcb5c6
build(deps): bump go.etcd.io/bbolt from 1.3.11 to 1.4.0 ( #2656 )
...
Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt ) from 1.3.11 to 1.4.0.
- [Release notes](https://github.com/etcd-io/bbolt/releases )
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.11...v1.4.0 )
---
updated-dependencies:
- dependency-name: go.etcd.io/bbolt
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>
2025-02-10 02:57:52 +00:00
Casey Lee
c2409db605
chore: move to environment secrets ( #2653 )
...
* chore: move to environment secrets
* fix: secrets based on feedback
* fix: name of token
* fix: add 'promote' environment
* ci: change unit test format
2025-02-09 22:37:02 +00:00
Casey Lee
89755d3f25
chore: remove comments from mergify on merge conflict or check failures ( #2652 )
2025-02-09 08:42:11 +00:00
ChristopherHX
cb26fd8670
Use gh auth token for default GITHUB_TOKEN secret ( #2651 )
...
* initial version
2025-02-09 03:24:32 +00:00
github-actions[bot]
101132dc86
chore: bump VERSION to 0.2.73
2025-02-08 19:31:08 +00:00
Steven Edwards
51147d452a
Incorporate Debug, Warn, Error logging. ( #2490 )
2025-02-08 11:19:05 -08:00
ChristopherHX
60a499da93
refactor logger ( #2552 )
2025-02-08 11:18:08 -08:00
ChristopherHX
e636684948
Detect available flags for extensions ( #2557 )
...
* draft dump json in help
* polish feature
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Casey Lee <cplee@nektos.com >
2025-02-08 11:16:57 -08:00
dependabot[bot]
5eae59e0ef
build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 ( #2644 )
...
Bumps google.golang.org/protobuf from 1.36.3 to 1.36.4.
---
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>
2025-02-03 02:57:19 +00:00
ChristopherHX
be51601734
parse_env_file discard utf8 bom ( #2638 )
...
* parse_env_file discard utf8 bom
* powershell 5 may add the BOM even when explicitly using utf8
* add test + apply to GITHUB_PATH as well
* fix it
* fix powershel 5 syntax
* misc
* fixup
* fix wrong subaction
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2025-02-01 18:17:25 +00:00
github-actions[bot]
be1b6ee581
chore: bump VERSION to 0.2.72
2025-02-01 02:26:50 +00:00
m1r4c
9dd0854a67
Added support for dereferenced map properties ( #2635 )
...
* Added support for dereferenced properties
* Added negative test
* Update pkg/exprparser/functions_test.go
Co-authored-by: ChristopherHX <christopher.homberger@web.de >
* Update pkg/exprparser/functions_test.go
Co-authored-by: ChristopherHX <christopher.homberger@web.de >
* fix lint
---------
Co-authored-by: m1r4c <lars-github@domesjo.com >
Co-authored-by: ChristopherHX <christopher.homberger@web.de >
2025-01-31 19:14:24 +00:00
dependabot[bot]
7c45ad68cb
build(deps): bump github.com/docker/cli ( #2634 )
...
Bumps [github.com/docker/cli](https://github.com/docker/cli ) from 27.4.1+incompatible to 27.5.1+incompatible.
- [Commits](https://github.com/docker/cli/compare/v27.4.1...v27.5.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/cli
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>
2025-01-27 03:06:03 +00:00
dependabot[bot]
7bfe066df8
build(deps): bump github.com/rhysd/actionlint from 1.7.6 to 1.7.7 ( #2624 )
...
Bumps [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint ) from 1.7.6 to 1.7.7.
- [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.6...v1.7.7 )
---
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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2025-01-20 03:17:41 +00:00
dependabot[bot]
bcafb8fcd4
build(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3 ( #2623 )
...
Bumps google.golang.org/protobuf from 1.36.2 to 1.36.3.
---
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>
2025-01-20 03:01:12 +00:00
dependabot[bot]
652265b2cc
build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 ( #2622 )
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.1.1...v6.2.0 )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
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>
2025-01-20 02:25:10 +00:00
Sanjula Ganepola
5ce39f621c
Add GitHub Local Actions to README ( #2588 )
...
* Add GitHub Local Actions to README
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com >
* Remove trailing whitespace
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
* Add line break after heading
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
* Restore final new line
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
---------
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com >
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com >
Co-authored-by: Casey Lee <cplee@nektos.com >
2025-01-19 21:21:28 +00:00
dependabot[bot]
a9e31cde30
build(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 ( #2612 )
...
Bumps google.golang.org/protobuf from 1.36.1 to 1.36.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>
2025-01-13 02:27:17 +00:00
dependabot[bot]
0ff68e6362
build(deps): bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1 ( #2604 )
...
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git ) from 5.13.0 to 5.13.1.
- [Release notes](https://github.com/go-git/go-git/releases )
- [Commits](https://github.com/go-git/go-git/compare/v5.13.0...v5.13.1 )
---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2025-01-06 03:12:57 +00:00
dependabot[bot]
4c9875bb0d
build(deps): bump github.com/rhysd/actionlint from 1.7.5 to 1.7.6 ( #2603 )
...
Bumps [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint ) from 1.7.5 to 1.7.6.
- [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.5...v1.7.6 )
---
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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2025-01-06 02:53:33 +00:00
dependabot[bot]
24adb1eaf8
build(deps): bump golang.org/x/term from 0.27.0 to 0.28.0 ( #2602 )
...
Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.27.0 to 0.28.0.
- [Commits](https://github.com/golang/term/compare/v0.27.0...v0.28.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>
2025-01-06 02:36:33 +00:00
github-actions[bot]
0006dee285
chore: bump VERSION to 0.2.71
2025-01-01 02:30:43 +00:00
sobolevn
0ca1e18334
Fix typo in --action-offline-mode option description ( #2590 )
2024-12-30 19:12:35 -08:00
dependabot[bot]
a64359c9cb
build(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 ( #2595 )
...
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git ) from 5.12.0 to 5.13.0.
- [Release notes](https://github.com/go-git/go-git/releases )
- [Commits](https://github.com/go-git/go-git/compare/v5.12.0...v5.13.0 )
---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
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-12-30 03:17:04 +00:00
dependabot[bot]
ccfadfee20
build(deps): bump github.com/go-git/go-billy/v5 from 5.6.0 to 5.6.1 ( #2594 )
...
Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy ) from 5.6.0 to 5.6.1.
- [Release notes](https://github.com/go-git/go-billy/releases )
- [Commits](https://github.com/go-git/go-billy/compare/v5.6.0...v5.6.1 )
---
updated-dependencies:
- dependency-name: github.com/go-git/go-billy/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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-12-30 02:59:00 +00:00
dependabot[bot]
c315398305
build(deps): bump github.com/rhysd/actionlint from 1.7.4 to 1.7.5 ( #2593 )
...
Bumps [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint ) from 1.7.4 to 1.7.5.
- [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.4...v1.7.5 )
---
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-12-30 02:41:53 +00:00
S. M. Mahmudul Haque (Yamin)
deea8ec8c6
fix: prevent unintended input replacement in reusable workflows with workflow_dispatch when using workflow_call ( #2502 )
...
* Remove redundant check
See: https://github.com/nektos/act/issues/2464#issuecomment-2430903650
* Add condition to prevent replacing inputs in reusable workflows with workflow_dispatch inputs
Closes: https://github.com/nektos/act/issues/2464
* fmt
* Revert "Remove redundant check"
This reverts commit 63455960ec714eea7631a586bcd59bed449739fc.
* add test
* Update runner_test.go
* update label
---------
Co-authored-by: ChristopherHX <christopher.homberger@web.de >
2024-12-29 14:52:06 +00:00
mergify[bot]
bd8dda1939
ci(mergify): upgrade configuration to current format ( #2547 )
...
Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com>
2024-12-25 02:00:07 +00:00
Jim Crowley
fe017a109f
feat: Adding in logic to check if act needs to be downloaded ( #2575 )
...
Co-authored-by: Casey Lee <cplee@nektos.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-12-25 01:43:09 +00:00
ChristopherHX
b4ef6fb482
fix: short sha has at least four digits ( #2540 )
...
Currently it is not very unlikly to have a false match for tag `0` with sha `0XXXXXXXXXXXXXXXXXXXXXXX`, 1 to 16
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-12-24 21:33:13 +00:00
Casey Lee
7172fc31d1
chore: upgrade dependencies ( #2589 )
...
* chore: upgrade dependencies
* fix: linter errors
* chore: bump version of golangci-lint
* chore: go mod tidy
* fix: failing test
* fix: update version of upload-artifact to v4
* chore: format test output with gotestfmt
* fix: typo in test exec
* fix: failing tests
* fix: windows unit test execution
* fix: windows unit test execution
* fix: whitespace
2024-12-24 13:12:24 -08:00
derrik
e6b5062e5c
fix: amd64 arch to X64 ( #2580 )
2024-12-24 08:56:52 -08:00
github-actions[bot]
9c7f103bb3
chore: bump VERSION to 0.2.70
2024-12-01 02:37:19 +00:00