Renovate Bot
91b962803e
Update module code.forgejo.org/forgejo/act to v1.26.0 ( #571 )
...
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/571
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-05-14 08:16:27 +00:00
Renovate Bot
7511355f06
Update golang.org/x/net (indirect) to v0.38.0 [SECURITY] ( #563 )
...
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/563
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-05-14 07:06:23 +00:00
Renovate Bot
c628296f27
Update golang.org/x/crypto (indirect) to v0.35.0 [SECURITY] ( #562 )
...
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/562
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-05-13 10:29:39 +00:00
Renovate Bot
61e2c93a40
Update module golang.org/x/term to v0.32.0 ( #559 )
...
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/559
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-05-12 09:29:19 +00:00
Renovate Bot
01769bfae8
Update module github.com/spf13/cobra to v1.9.1 ( #557 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/spf13/cobra](https://github.com/spf13/cobra ) | require | minor | `v1.8.1` -> `v1.9.1` |
---
### Release Notes
<details>
<summary>spf13/cobra (github.com/spf13/cobra)</summary>
### [`v1.9.1`](https://github.com/spf13/cobra/releases/tag/v1.9.1 )
[Compare Source](https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1 )
##### 🐛 Fixes
- Fix CompletionFunc implementation by [@​ccoVeille](https://github.com/ccoVeille ) in https://github.com/spf13/cobra/pull/2234
- Revert "Make detection for test-binary more universal ([#​2173](https://github.com/spf13/cobra/issues/2173 ))" by [@​marckhouzam](https://github.com/marckhouzam ) in https://github.com/spf13/cobra/pull/2235
**Full Changelog**: https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1
### [`v1.9.0`](https://github.com/spf13/cobra/releases/tag/v1.9.0 )
[Compare Source](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.0 )
#### ✨ Features
- Allow linker to perform deadcode elimination for program using Cobra by [@​aarzilli](https://github.com/aarzilli ) in https://github.com/spf13/cobra/pull/1956
- Add default completion command even if there are no other sub-commands by [@​marckhouzam](https://github.com/marckhouzam ) in https://github.com/spf13/cobra/pull/1559
- Add CompletionWithDesc helper by [@​ccoVeille](https://github.com/ccoVeille ) in https://github.com/spf13/cobra/pull/2231
#### 🐛 Fixes
- Fix deprecation comment for Command.SetOutput by [@​thaJeztah](https://github.com/thaJeztah ) in https://github.com/spf13/cobra/pull/2172
- Replace deprecated ioutil usage by [@​nirs](https://github.com/nirs ) in https://github.com/spf13/cobra/pull/2181
- Fix --version help and output for plugins by [@​nirs](https://github.com/nirs ) in https://github.com/spf13/cobra/pull/2180
- Allow to reset the templates to the default by [@​marckhouzam](https://github.com/marckhouzam ) in https://github.com/spf13/cobra/pull/2229
#### 🤖 Completions
- Make Powershell completion work in constrained mode by [@​lstemplinger](https://github.com/lstemplinger ) in https://github.com/spf13/cobra/pull/2196
- Improve detection for flags that accept multiple values by [@​thaJeztah](https://github.com/thaJeztah ) in https://github.com/spf13/cobra/pull/2210
- add CompletionFunc type to help with completions by [@​ccoVeille](https://github.com/ccoVeille ) in https://github.com/spf13/cobra/pull/2220
- Add similar whitespace escape logic to bash v2 completions than in other completions by [@​kangasta](https://github.com/kangasta ) in https://github.com/spf13/cobra/pull/1743
- Print ActiveHelp for bash along other completions by [@​marckhouzam](https://github.com/marckhouzam ) in https://github.com/spf13/cobra/pull/2076
- fix(completions): Complete map flags multiple times by [@​gabe565](https://github.com/gabe565 ) in https://github.com/spf13/cobra/pull/2174
- fix(bash): nounset unbound file filter variable on empty extension by [@​scop](https://github.com/scop ) in https://github.com/spf13/cobra/pull/2228
#### 🧪 Testing
- Test also with go 1.23 by [@​nirs](https://github.com/nirs ) in https://github.com/spf13/cobra/pull/2182
- Make detection for test-binary more universal by [@​thaJeztah](https://github.com/thaJeztah ) in https://github.com/spf13/cobra/pull/2173
#### ✍🏼 Documentation
- docs: update README.md by [@​eltociear](https://github.com/eltociear ) in https://github.com/spf13/cobra/pull/2197
- Improve site formatting by [@​nirs](https://github.com/nirs ) in https://github.com/spf13/cobra/pull/2183
- doc: add Conduit by [@​raulb](https://github.com/raulb ) in https://github.com/spf13/cobra/pull/2230
- doc: azion project added to the list of CLIs that use cobra by [@​maxwelbm](https://github.com/maxwelbm ) in https://github.com/spf13/cobra/pull/2198
- Fix broken links in active_help.md by [@​vuil](https://github.com/vuil ) in https://github.com/spf13/cobra/pull/2202
- chore: fix function name in comment by [@​zhuhaicity](https://github.com/zhuhaicity ) in https://github.com/spf13/cobra/pull/2216
#### 🔧 Dependency upgrades
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.5 to 2.0.6 by [@​thaJeztah](https://github.com/thaJeztah ) in https://github.com/spf13/cobra/pull/2206
- Update to latest go-md2man by [@​mikelolasagasti](https://github.com/mikelolasagasti ) in https://github.com/spf13/cobra/pull/2201
- Upgrade `pflag` dependencies for v1.9.0 by [@​jpmcb](https://github.com/jpmcb ) in https://github.com/spf13/cobra/pull/2233
***
Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!
##### 👋🏼 New Contributors
- [@​gabe565](https://github.com/gabe565 ) made their first contribution in https://github.com/spf13/cobra/pull/2174
- [@​maxwelbm](https://github.com/maxwelbm ) made their first contribution in https://github.com/spf13/cobra/pull/2198
- [@​lstemplinger](https://github.com/lstemplinger ) made their first contribution in https://github.com/spf13/cobra/pull/2196
- [@​vuil](https://github.com/vuil ) made their first contribution in https://github.com/spf13/cobra/pull/2202
- [@​mikelolasagasti](https://github.com/mikelolasagasti ) made their first contribution in https://github.com/spf13/cobra/pull/2201
- [@​zhuhaicity](https://github.com/zhuhaicity ) made their first contribution in https://github.com/spf13/cobra/pull/2216
- [@​ccoVeille](https://github.com/ccoVeille ) made their first contribution in https://github.com/spf13/cobra/pull/2220
- [@​kangasta](https://github.com/kangasta ) made their first contribution in https://github.com/spf13/cobra/pull/1743
- [@​aarzilli](https://github.com/aarzilli ) made their first contribution in https://github.com/spf13/cobra/pull/1956
**Full Changelog**: https://github.com/spf13/cobra/compare/v1.8.1...v1.9.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4wLjgiLCJ1cGRhdGVkSW5WZXIiOiI0MC4wLjgiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/557
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-05-02 21:53:20 +00:00
Renovate Bot
57e1a030db
Update module golang.org/x/time to v0.11.0
2025-05-02 16:31:20 +00:00
Renovate Bot
c7af23a6eb
Update module golang.org/x/term to v0.31.0 ( #555 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [golang.org/x/term](https://pkg.go.dev/golang.org/x/term ) | require | minor | [`v0.28.0` -> `v0.31.0`](https://cs.opensource.google/go/x/term/+/refs/tags/v0.28.0...refs/tags/v0.31.0 ) |
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4wLjgiLCJ1cGRhdGVkSW5WZXIiOiI0MC4wLjgiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/555
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-05-02 16:12:37 +00:00
Renovate Bot
e6ea5a4d3d
Update module gotest.tools/v3 to v3.5.2 ( #524 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools ) | require | patch | `v3.5.1` -> `v3.5.2` |
---
### Release Notes
<details>
<summary>gotestyourself/gotest.tools (gotest.tools/v3)</summary>
### [`v3.5.2`](https://github.com/gotestyourself/gotest.tools/releases/tag/v3.5.2 )
[Compare Source](https://github.com/gotestyourself/gotest.tools/compare/v3.5.1...v3.5.2 )
#### What's Changed
- assert: ensure message is always displayed & fix under bazel by [@​cstrahan](https://github.com/cstrahan ) in https://github.com/gotestyourself/gotest.tools/pull/276
- go.mod: golang.org/x/tools v0.13.0 for go1.22+ compatibility by [@​thaJeztah](https://github.com/thaJeztah ) in https://github.com/gotestyourself/gotest.tools/pull/282
- poll: Continue(): use format.Message for formatting by [@​thaJeztah](https://github.com/thaJeztah ) in https://github.com/gotestyourself/gotest.tools/pull/279
- fix TestFromDirSymlink on Windows due to missing drive-letter by [@​thaJeztah](https://github.com/thaJeztah ) in https://github.com/gotestyourself/gotest.tools/pull/283
- Fix various linting issues and minor bugs by [@​thaJeztah](https://github.com/thaJeztah ) in https://github.com/gotestyourself/gotest.tools/pull/280
- fix badges in readme, gofmt, and minor linting fix by [@​thaJeztah](https://github.com/thaJeztah ) in https://github.com/gotestyourself/gotest.tools/pull/284
- circleci: add go1.21, go1.22, go1.23, and update golangci-lint to v1.60.3 by [@​thaJeztah](https://github.com/thaJeztah ) in https://github.com/gotestyourself/gotest.tools/pull/285
- assert, assert/cmp: un-deprecate assert.ErrorType for now by [@​thaJeztah](https://github.com/thaJeztah ) in https://github.com/gotestyourself/gotest.tools/pull/286
#### New Contributors
- [@​cstrahan](https://github.com/cstrahan ) made their first contribution in https://github.com/gotestyourself/gotest.tools/pull/276
**Full Changelog**: https://github.com/gotestyourself/gotest.tools/compare/v3.5.1...v3.5.2
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI1Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/524
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-05-02 13:48:30 +00:00
Renovate Bot
62ecfe75b6
Update module google.golang.org/protobuf to v1.36.6 ( #522 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go ) | require | patch | `v1.36.4` -> `v1.36.6` |
---
### Release Notes
<details>
<summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary>
### [`v1.36.6`](https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.36.6 )
[Compare Source](https://github.com/protocolbuffers/protobuf-go/compare/v1.36.5...v1.36.6 )
**Full Changelog**: https://github.com/protocolbuffers/protobuf-go/compare/v1.36.5...v1.36.6
User-visible changes:
[CL/657895](https://go-review.googlesource.com/c/protobuf/+/657895 ): internal_gengo: generate a const string literal for the raw descriptor
[CL/653536](https://go-review.googlesource.com/c/protobuf/+/653536 ): proto: Add CloneOf\[M Message]\(m M) M
Maintenance:
[CL/649135](https://go-review.googlesource.com/c/protobuf/+/649135 ): all: set Go language version to Go 1.22
[CL/654955](https://go-review.googlesource.com/c/protobuf/+/654955 ): types/descriptorpb: regenerate using latest protobuf v30 release
### [`v1.36.5`](https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.36.5 )
[Compare Source](https://github.com/protocolbuffers/protobuf-go/compare/v1.36.4...v1.36.5 )
**Full Changelog**: https://github.com/protocolbuffers/protobuf-go/compare/v1.36.4...v1.36.5
Bug fixes:
[CL/644437](https://go-review.googlesource.com/c/protobuf/+/644437 ): protogen: fix name mangling for fields with identical GoCamelCase
Maintenance:
[CL/641655](https://go-review.googlesource.com/c/protobuf/+/641655 ): all: remove weak field support
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/522
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-03-27 07:07:15 +00:00
Renovate Bot
fcdd2ea974
Update module github.com/avast/retry-go/v4 to v4.6.1 ( #519 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/avast/retry-go/v4](https://github.com/avast/retry-go ) | require | patch | `v4.6.0` -> `v4.6.1` |
---
### Release Notes
<details>
<summary>avast/retry-go (github.com/avast/retry-go/v4)</summary>
### [`v4.6.1`](https://github.com/avast/retry-go/releases/tag/v4.6.1 )
[Compare Source](https://github.com/avast/retry-go/compare/4.6.0...4.6.1 )
#### What's Changed
- Update link to docs by [@​ajeetdsouza](https://github.com/ajeetdsouza ) in https://github.com/avast/retry-go/pull/100
- fix test for slow windows + add newer golang versions by [@​JaSei](https://github.com/JaSei ) in https://github.com/avast/retry-go/pull/126
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by [@​dependabot](https://github.com/dependabot ) in https://github.com/avast/retry-go/pull/123
- Make sure DelayType function gets consistent values of n by [@​haaawk](https://github.com/haaawk ) in https://github.com/avast/retry-go/pull/125
#### New Contributors
- [@​ajeetdsouza](https://github.com/ajeetdsouza ) made their first contribution in https://github.com/avast/retry-go/pull/100
- [@​haaawk](https://github.com/haaawk ) made their first contribution in https://github.com/avast/retry-go/pull/125
**Full Changelog**: https://github.com/avast/retry-go/compare/4.6.0...v4.6.1
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/519
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-03-25 07:27:50 +00:00
Renovate Bot
579f1c6bd9
Update module code.gitea.io/actions-proto-go to v0.4.1 ( #518 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| code.gitea.io/actions-proto-go | require | patch | `v0.4.0` -> `v0.4.1` |
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/518
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-03-25 00:49:54 +00:00
Kwonunn
caeedc62a5
chore(deps): update forgejo-act
2025-03-24 20:39:09 +01:00
Kwonunn
46eb63a952
Fix security issues with cache by proxying access ( #503 )
...
This is the forgejo-runner-side patch for a partial overhaul of the cache system to fix some access control issues with caches.
This code depends on changes in act which are being reviewed here: forgejo/act#107
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/502
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/503
Reviewed-by: Gusted <gusted@noreply.code.forgejo.org>
Co-authored-by: Kwonunn <kwonunnx@gmail.com>
Co-committed-by: Kwonunn <kwonunnx@gmail.com>
2025-03-22 00:03:09 +00:00
Renovate Bot
f6c2a77ef2
Update module github.com/docker/docker to v25.0.8+incompatible ( #481 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/docker/docker](https://github.com/docker/docker ) | require | patch | `v25.0.7+incompatible` -> `v25.0.8+incompatible` |
---
### Release Notes
<details>
<summary>docker/docker (github.com/docker/docker)</summary>
### [`v25.0.8+incompatible`](https://github.com/docker/docker/compare/v25.0.7...v25.0.8 )
[Compare Source](https://github.com/docker/docker/compare/v25.0.7...v25.0.8 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/481
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-02-25 10:38:54 +00:00
Renovate Bot
1bee5882b3
Update module code.forgejo.org/forgejo/act to v1.24.1 ( #471 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [code.forgejo.org/forgejo/act](https://code.forgejo.org/forgejo/act ) | replace | patch | `v1.24.0` -> `v1.24.1` |
---
### Release Notes
<details>
<summary>forgejo/act (code.forgejo.org/forgejo/act)</summary>
### [`v1.24.1`](https://code.forgejo.org/forgejo/act/compare/v1.24.0...v1.24.1 )
[Compare Source](https://code.forgejo.org/forgejo/act/compare/v1.24.0...v1.24.1 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMzYuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEzNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/471
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-01-29 11:17:15 +00:00
Renovate Bot
5970e45df4
Update module google.golang.org/protobuf to v1.36.4 ( #453 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go ) | require | patch | `v1.36.3` -> `v1.36.4` |
---
### Release Notes
<details>
<summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary>
### [`v1.36.4`](https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.36.4 )
[Compare Source](https://github.com/protocolbuffers/protobuf-go/compare/v1.36.3...v1.36.4 )
**Full Changelog**: https://github.com/protocolbuffers/protobuf-go/compare/v1.36.3...v1.36.4
Bug fixes:
[CL/642975](https://go-review.googlesource.com/c/protobuf/+/642975 ): reflect/protodesc: fix panic when working with dynamicpb
Maintenance:
[CL/643276](https://go-review.googlesource.com/c/protobuf/+/643276 ): internal_gengo: avoid allocations in rawDescGZIP() accessors
[CL/642857](https://go-review.googlesource.com/c/protobuf/+/642857 ): internal_gengo: switch back from string literal to hex byte slice
[CL/642055](https://go-review.googlesource.com/c/protobuf/+/642055 ): internal_gengo: use unsafe.StringData() to avoid a descriptor copy
[CL/638135](https://go-review.googlesource.com/c/protobuf/+/638135 ): internal_gengo: store raw descriptor in .rodata section
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMTcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjExNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/453
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-01-25 06:53:56 +00:00
Renovate Bot
80fd3f15fb
Update module code.forgejo.org/forgejo/act to v1.24.0 ( #448 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [code.forgejo.org/forgejo/act](https://code.forgejo.org/forgejo/act ) | replace | minor | `v1.23.1` -> `v1.24.0` |
---
### Release Notes
<details>
<summary>forgejo/act (code.forgejo.org/forgejo/act)</summary>
### [`v1.24.0`](https://code.forgejo.org/forgejo/act/compare/v1.23.1...v1.24.0 )
[Compare Source](https://code.forgejo.org/forgejo/act/compare/v1.23.1...v1.24.0 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMTcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjExNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/448
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-01-22 21:43:29 +00:00
Renovate Bot
f6a0cd8954
Update module google.golang.org/protobuf to v1.36.3 ( #440 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go ) | require | patch | `v1.36.2` -> `v1.36.3` |
---
### Release Notes
<details>
<summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary>
### [`v1.36.3`](https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.36.3 )
[Compare Source](https://github.com/protocolbuffers/protobuf-go/compare/v1.36.2...v1.36.3 )
**Full Changelog**: https://github.com/protocolbuffers/protobuf-go/compare/v1.36.2...v1.36.3
Bug fixes:
[CL/642575](https://go-review.googlesource.com/c/protobuf/+/642575 ): reflect/protodesc: fix panic when working with dynamicpb
[CL/641036](https://go-review.googlesource.com/c/protobuf/+/641036 ): cmd/protoc-gen-go: remove json struct tags from unexported fields
User-visible changes:
[CL/641876](https://go-review.googlesource.com/c/protobuf/+/641876 ): proto: add example for GetExtension, SetExtension
[CL/642015](https://go-review.googlesource.com/c/protobuf/+/642015 ): runtime/protolazy: replace internal doc link with external link
Maintenance:
[CL/641635](https://go-review.googlesource.com/c/protobuf/+/641635 ): all: split flags.ProtoLegacyWeak out of flags.ProtoLegacy
[CL/641019](https://go-review.googlesource.com/c/protobuf/+/641019 ): internal/impl: remove unused exporter parameter
[CL/641018](https://go-review.googlesource.com/c/protobuf/+/641018 ): internal/impl: switch to reflect.Value.IsZero
[CL/641035](https://go-review.googlesource.com/c/protobuf/+/641035 ): internal/impl: clean up unneeded Go<1.12 MapRange() alternative
[CL/641017](https://go-review.googlesource.com/c/protobuf/+/641017 ): types/dynamicpb: switch atomicExtFiles to atomic.Uint64 type
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/440
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-01-18 09:22:46 +00:00
Renovate Bot
8fae35db44
Update module code.forgejo.org/forgejo/act to v1.23.1
2025-01-11 14:19:06 +00:00
Renovate Bot
139adb723a
Update module code.forgejo.org/forgejo/act to v1.23.0
2025-01-10 11:01:56 +00:00
Renovate Bot
724b0e0115
Update module connectrpc.com/connect to v1.18.1
2025-01-09 00:02:03 +00:00
Renovate Bot
f93c145ee0
Update module google.golang.org/protobuf to v1.36.2
2025-01-08 00:01:25 +00:00
Renovate Bot
ce7a3eaefe
Update module golang.org/x/term to v0.28.0
2025-01-06 00:02:27 +00:00
Renovate Bot
c2c47116b3
Update module golang.org/x/time to v0.9.0
2025-01-05 00:01:37 +00:00
Renovate Bot
b5ce1ccb8a
Update module google.golang.org/protobuf to v1.36.1
2024-12-24 00:02:25 +00:00
Renovate Bot
24210fe55d
Update module google.golang.org/protobuf to v1.36.0
2024-12-17 00:02:07 +00:00
Renovate Bot
79f6adc4d2
Update module github.com/docker/docker to v25.0.7+incompatible
2024-12-07 00:01:14 +00:00
Renovate Bot
90ff9370c4
Update module github.com/stretchr/testify to v1.10.0
2024-11-24 00:02:30 +00:00
Renovate Bot
35d655c27e
Update module code.forgejo.org/forgejo/act to v1.22.2
2024-11-21 13:55:00 +00:00
Renovate Bot
96c59a3cd1
Update module code.forgejo.org/forgejo/act to v1.22.1
2024-11-20 16:32:29 +00:00
Renovate Bot
2bcc6d9b8f
Update module google.golang.org/protobuf to v1.35.2
2024-11-15 00:03:42 +00:00
Renovate Bot
c97e4d1fe3
Update module code.forgejo.org/forgejo/act to v1.22.0
2024-11-12 00:08:54 +00:00
Renovate Bot
4a57d4acf9
Update module golang.org/x/time to v0.8.0
2024-11-08 07:54:54 +00:00
Renovate Bot
9510276a99
Update module golang.org/x/term to v0.26.0
2024-11-08 00:05:20 +00:00
Renovate Bot
45fe0a6c66
Update module code.forgejo.org/forgejo/act to v1.21.5
2024-11-01 00:07:20 +00:00
Renovate Bot
5a4387dd00
Update module code.forgejo.org/forgejo/act to v1.21.4
2024-10-20 00:00:48 +00:00
Renovate Bot
95ef0da021
Update module golang.org/x/time to v0.7.0
2024-10-08 04:31:39 +00:00
Renovate Bot
722c109681
Update module google.golang.org/protobuf to v1.35.1
2024-10-08 00:01:47 +00:00
Renovate Bot
38e884d973
Update module golang.org/x/term to v0.25.0
2024-10-05 00:00:52 +00:00
Renovate Bot
a616fd2a37
Update module connectrpc.com/connect to v1.17.0
2024-09-21 00:01:34 +00:00
earl-warren
a05194faa1
Merge pull request 'Update module code.forgejo.org/forgejo/act to v1.21.3' ( #271 ) from earl-warren/runner:wip-act-update into main
...
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/271
2024-09-16 03:38:02 +00:00
Earl Warren
3b185b53cd
Update module code.forgejo.org/forgejo/act to v1.21.3
2024-09-15 22:23:40 +02:00
Renovate Bot
5066986c6d
Update module golang.org/x/term to v0.24.0
2024-09-05 00:01:52 +00:00
Renovate Bot
3963dfc6f7
Update module code.forgejo.org/forgejo/act to v1.21
2024-08-23 18:22:53 +02:00
Renovate Bot
93a8d7deae
Update module google.golang.org/protobuf to v1.34.2
2024-08-14 21:01:41 +00:00
Earl Warren
af381c9e0e
chore: go mod tidy
2024-08-14 19:16:19 +02:00
Renovate Bot
6aa29e3d44
Update module golang.org/x/time to v0.6.0
2024-08-14 19:16:07 +02:00
Renovate Bot
74d47a30a7
Update module golang.org/x/term to v0.23.0
2024-08-14 19:16:07 +02:00
Renovate Bot
cf47f003fa
Update module github.com/spf13/cobra to v1.8.1
2024-08-14 19:03:15 +02:00
Renovate Bot
7d67347fe8
Update module github.com/google/uuid to v1.6.0
2024-08-14 19:02:08 +02:00