Skip to content

Commit

Permalink
⬆️ (dependencies): Update trunk-io/trunk-action action to v1.1.14 (#104)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [trunk-io/trunk-action](https://github.com/trunk-io/trunk-action) |
action | patch | `v1.1.13` -> `v1.1.14` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/trunk-io/trunk-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/trunk-io/trunk-action)
|

---

### Release Notes

<details>
<summary>trunk-io/trunk-action (trunk-io/trunk-action)</summary>

###
[`v1.1.14`](https://github.com/trunk-io/trunk-action/releases/tag/v1.1.14)

[Compare
Source](https://github.com/trunk-io/trunk-action/compare/v1.1.13...v1.1.14)

##### What's Changed

- Adds a `signoff` option to add a Signed-Off-By line to the commits
created by the upgrade action
([#&#8203;238](https://github.com/trunk-io/trunk-action/issues/238))

**Full Changelog**:
trunk-io/trunk-action@v1.1.13...v1.1.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/chezmoi-sh/nex.rpi).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
  • Loading branch information
renovate[bot] authored and xunleii committed May 8, 2024
2 parents bc4287a + 168b9ca commit 91de414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge_group,pull_request.all.lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: ✏️ Overrides Trunk configuration for Github Action
run: mv .trunk/gha.yaml .trunk/user.yaml
- name: ⚡️ Run `trunk check`
uses: trunk-io/trunk-action@da67635060feab46c164bc130690e61864a5d13b # v1.1.13
uses: trunk-io/trunk-action@bd686325615e9cf5a4ef98372ba94a472f9b5238 # v1.1.14
2 changes: 1 addition & 1 deletion .github/workflows/push.trunk-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: ⬇️ Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: 📦️ Populate cache with Trunk
uses: trunk-io/trunk-action@da67635060feab46c164bc130690e61864a5d13b # v1.1.13
uses: trunk-io/trunk-action@bd686325615e9cf5a4ef98372ba94a472f9b5238 # v1.1.14
with:
check-mode: populate_cache_only

0 comments on commit 91de414

Please sign in to comment.