Skip to content

Commit 7633747

Browse files
chore(deps): update trunk-io/trunk-action action to v1.2.1 (#7)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [trunk-io/trunk-action](https://redirect.github.com/trunk-io/trunk-action) | action | minor | `v1.1.19` -> `v1.2.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>trunk-io/trunk-action (trunk-io/trunk-action)</summary> ### [`v1.2.1`](https://redirect.github.com/trunk-io/trunk-action/releases/tag/v1.2.1) [Compare Source](https://redirect.github.com/trunk-io/trunk-action/compare/v1.2.0...v1.2.1) #### What's Changed - Fixes token issue when posting deprecation comment ([#&#8203;278](https://redirect.github.com/trunk-io/trunk-action/issues/278)) For more information, see the [migration guide](https://docs.trunk.io/code-quality/setup-and-installation/prevent-new-issues/migration-guide). **Full Changelog**: trunk-io/trunk-action@v1.2.0...v1.2.1 ### [`v1.2.0`](https://redirect.github.com/trunk-io/trunk-action/releases/tag/v1.2.0) [Compare Source](https://redirect.github.com/trunk-io/trunk-action/compare/v1.1.19...v1.2.0) #### What's Changed - Add deprecation notice for check uploads ([#&#8203;276](https://redirect.github.com/trunk-io/trunk-action/issues/276)) - Add deprecation notice for check on PRs ([#&#8203;277](https://redirect.github.com/trunk-io/trunk-action/issues/277)) For more information, see the [migration guide](https://docs.trunk.io/code-quality/setup-and-installation/prevent-new-issues/migration-guide). **Full Changelog**: trunk-io/trunk-action@v1.1.19...v1.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/masterpointio/github-action-tf-test). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG8tdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0489d7a commit 7633747

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Check out Git repository
1616
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
- name: Trunk Check
18-
uses: trunk-io/trunk-action@4d5ecc89b2691705fd08c747c78652d2fc806a94 # v1.1.19
18+
uses: trunk-io/trunk-action@12243abae10c54b42a32cb25a465023c66e40e5b # v1.2.1

.github/workflows/trunk-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
private_key: ${{ secrets.MP_BOT_APP_PRIVATE_KEY }}
2828

2929
- name: Upgrade
30-
uses: trunk-io/trunk-action/upgrade@4d5ecc89b2691705fd08c747c78652d2fc806a94 # v1.1.19
30+
uses: trunk-io/trunk-action/upgrade@12243abae10c54b42a32cb25a465023c66e40e5b # v1.2.1
3131
with:
3232
github-token: ${{ steps.generate-token.outputs.token }}
3333
reviewers: "@masterpointio/masterpoint-internal"

0 commit comments

Comments
 (0)