Skip to content

Commit b942b13

Browse files
committed
Update reviewdog/action-detect-secrets action to v0.9.0 (#382)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [reviewdog/action-detect-secrets](https://togithub.com/reviewdog/action-detect-secrets) | action | minor | `v0.8.1` -> `v0.9.0` | --- ### Release Notes <details> <summary>reviewdog/action-detect-secrets</summary> ### [`v0.9.0`](https://togithub.com/reviewdog/action-detect-secrets/releases/v0.9.0) [Compare Source](https://togithub.com/reviewdog/action-detect-secrets/compare/v0.8.3...v0.9.0) v0.9.0: PR [#&#8203;28](https://togithub.com/reviewdog/action-detect-secrets/issues/28) - chore(deps): update reviewdog to 0.14.1 ### [`v0.8.3`](https://togithub.com/reviewdog/action-detect-secrets/releases/v0.8.3) [Compare Source](https://togithub.com/reviewdog/action-detect-secrets/compare/v0.8.2...v0.8.3) v0.8.3: PR [#&#8203;26](https://togithub.com/reviewdog/action-detect-secrets/issues/26) - chore(deps): update dependency python to v3.10.4 ### [`v0.8.2`](https://togithub.com/reviewdog/action-detect-secrets/releases/v0.8.2) [Compare Source](https://togithub.com/reviewdog/action-detect-secrets/compare/v0.8.1...v0.8.2) v0.8.2: PR [#&#8203;27](https://togithub.com/reviewdog/action-detect-secrets/issues/27) - chore(deps): update peter-evans/create-pull-request action to v4 </details> --- ### Configuration 📅 **Schedule**: "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin. 🚦 **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, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/operator-rs).
1 parent b7d975e commit b942b13

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
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
25-
- uses: reviewdog/action-detect-secrets@bc7432bf205393ff7453416b3c93853773cee69d # tag=v0.8.1
25+
- uses: reviewdog/action-detect-secrets@d90388cab737bf037c3fe1b7d9dbeb5d0a45eb9c # tag=v0.9.0
2626
with:
2727
github_token: ${{ secrets.github_token }}
2828

0 commit comments

Comments
 (0)