suzuki-shunsuke / tfcmt

Fork of mercari/tfnotify. tfcmt enhances tfnotify in many ways, including Terraform >= v0.15 support and advanced formatting options
https://suzuki-shunsuke.github.io/tfcmt/
Other
404 stars 45 forks source link

chore(deps): update dependency suzuki-shunsuke/ghalint to v0.2.10 #1303

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
suzuki-shunsuke/ghalint patch v0.2.9 -> v0.2.10

Release Notes

suzuki-shunsuke/ghalint (suzuki-shunsuke/ghalint) ### [`v0.2.10`](https://togithub.com/suzuki-shunsuke/ghalint/releases/tag/v0.2.10) [Compare Source](https://togithub.com/suzuki-shunsuke/ghalint/compare/v0.2.9...v0.2.10) [Pull Requests](https://togithub.com/suzuki-shunsuke/ghalint/pulls?q=is%3Apr+milestone%3Av0.2.10) | [Issues](https://togithub.com/suzuki-shunsuke/ghalint/issues?q=is%3Aissue+milestone%3Av0.2.10) | https://github.com/suzuki-shunsuke/ghalint/compare/v0.2.9...v0.2.10 #### Features [#​463](https://togithub.com/suzuki-shunsuke/ghalint/issues/463) [#​464](https://togithub.com/suzuki-shunsuke/ghalint/issues/464) Support excluding `deny_inherit_secrets` To access Environment Secrets in a reusable workflow, you need to use `secrets: inherit`. [https://github.com/actions/runner/issues/1490#issuecomment-1717389283](https://togithub.com/actions/runner/issues/1490#issuecomment-1717389283) So this release allows us to exclude `deny_inherit_secrets`. e.g. ghalint.yaml ```yaml excludes: - policy_name: deny_inherit_secrets workflow_file_path: .github/workflows/actionlint.yaml job_name: actionlint ``` `policy_name`, `workflow_file_path`, and `job_name` are required.

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.



This PR has been generated by Mend Renovate. View repository job log here.