Skip to content

Commit fe50d3f

Browse files
Update suzuki-shunsuke/pinact-action action to v1.3.0 (#731)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [suzuki-shunsuke/pinact-action](https://redirect.github.com/suzuki-shunsuke/pinact-action) | action | minor | `v1.2.0` → `v1.3.0` | `v1.3.1` | --- ### Release Notes <details> <summary>suzuki-shunsuke/pinact-action (suzuki-shunsuke/pinact-action)</summary> ### [`v1.3.0`](https://redirect.github.com/suzuki-shunsuke/pinact-action/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/suzuki-shunsuke/pinact-action/compare/v1.2.0...v1.3.0) [Issues](https://redirect.github.com/suzuki-shunsuke/pinact-action/issues?q=is%3Aissue+is%3Aclosed+milestone%3Av1.3.0) | [Pull Requests](https://redirect.github.com/suzuki-shunsuke/pinact-action/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av1.3.0) | <suzuki-shunsuke/pinact-action@v1.2.0...v1.3.0> | [Base revision](https://redirect.github.com/suzuki-shunsuke/pinact-action/tree/95f45fdc20d23e7ef046bfd962d6ddbc414d4f10) #### Features [#&#8203;854](https://redirect.github.com/suzuki-shunsuke/pinact-action/issues/854) Support Securefix Action Now you can create commits via [Securefix Action](https://redirect.github.com/csm-actions/securefix-action) securely. About Securefix Action, please see the document of Securefix Action. e.g. ```yaml - uses: suzuki-shunsuke/pinact-action@28aeb22 # v1.3.0 with: securefix_app_id: ${{vars.SECUREFIX_ACTION_CLIENT_APP_ID}} securefix_app_private_key: ${{secrets.SECUREFIX_ACTION_CLIENT_APP_PRIVATE_KEY}} securefix_server_repository: securefix-server ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/line/line-bot-sdk-ruby). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc6a4e9 commit fe50d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4444
- name: Run pinact
45-
uses: suzuki-shunsuke/pinact-action@78ea6afd1fd0678ef72a7e07efc834fcc5ee9a21 # v1.2.0
45+
uses: suzuki-shunsuke/pinact-action@28aeb220eb3252ad0d4422dd5d9368e925acbd8d # v1.3.0
4646
with:
4747
skip_push: "true"

0 commit comments

Comments
 (0)