Skip to content

Commit 329c7cd

Browse files
committed
Update reviewdog/action-actionlint action to v1.35.0 (#529)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [reviewdog/action-actionlint](https://togithub.com/reviewdog/action-actionlint) | action | minor | `v1.34.2` -> `v1.35.0` | --- ### Release Notes <details> <summary>reviewdog/action-actionlint</summary> ### [`v1.35.0`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.35.0) [Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.34.2...v1.35.0) v1.35.0: PR [#&#8203;94](https://togithub.com/reviewdog/action-actionlint/issues/94) - chore(deps): update shellcheck to 0.9.0 #### What's Changed - use haya14busa/action-bumpr by [@&#8203;shogo82148](https://togithub.com/shogo82148) in [https://github.com/reviewdog/action-actionlint/pull/93](https://togithub.com/reviewdog/action-actionlint/pull/93) - show debug logs if debug mode is enabled by [@&#8203;shogo82148](https://togithub.com/shogo82148) in [https://github.com/reviewdog/action-actionlint/pull/82](https://togithub.com/reviewdog/action-actionlint/pull/82) - chore(deps): update shellcheck to 0.9.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/reviewdog/action-actionlint/pull/94](https://togithub.com/reviewdog/action-actionlint/pull/94) **Full Changelog**: reviewdog/action-actionlint@v1.34...v1.35.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined). 🚦 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/operator-rs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzQuNjYuMSJ9-->
1 parent f6bcddb commit 329c7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reviewdog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
17-
- uses: reviewdog/action-actionlint@4decc2a20473dcd14c8c3dc8a27da19d95bb9f59 # v1.34.2
17+
- uses: reviewdog/action-actionlint@326cc761d95c903f29a111a44888be707f912684 # v1.35.0
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020

0 commit comments

Comments
 (0)