Skip to content

Commit

Permalink
fix(terraform-provider): update terraform github to 6.2.1 (#408)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github](https://registry.terraform.io/providers/integrations/github)
([source](https://togithub.com/integrations/terraform-provider-github))
| required_provider | patch | `6.2.0` -> `6.2.1` |

---

### Release Notes

<details>
<summary>integrations/terraform-provider-github (github)</summary>

###
[`v6.2.1`](https://togithub.com/integrations/terraform-provider-github/releases/tag/v6.2.1)

[Compare
Source](https://togithub.com/integrations/terraform-provider-github/compare/v6.2.0...v6.2.1)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

#### What's Changed

##### 🐛 Bugfixes

- chore(actions_runner_group): fix missing schema id by
[@&#8203;EttoreFoti](https://togithub.com/EttoreFoti) in
[integrations/terraform-provider-github#2195
- chore(organization_webhook): fix insecure_ssl by
[@&#8203;EttoreFoti](https://togithub.com/EttoreFoti) in
[integrations/terraform-provider-github#2196

##### 🛠️ Maintenance

- build(deps): bump actions/add-to-project from 0.6.0 to 0.6.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[integrations/terraform-provider-github#2210
- build(deps): bump github.com/golangci/golangci-lint from 1.56.2 to
1.57.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[integrations/terraform-provider-github#2209

#### New Contributors

- [@&#8203;EttoreFoti](https://togithub.com/EttoreFoti) made their first
contribution in
[integrations/terraform-provider-github#2195

**Full Changelog**:
integrations/terraform-provider-github@v6.2.0...v6.2.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
  • Loading branch information
kireque-bot[bot] committed Mar 28, 2024
1 parent 2b3c62f commit 9bfa82e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions infrastructure/terraform/github/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infrastructure/terraform/github/main.tf
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = "6.2.0"
version = "6.2.1"
}
}
}
Expand Down

0 comments on commit 9bfa82e

Please sign in to comment.