Skip to content

Commit

Permalink
chore(deps): update terraform github to v6.3.1 (#3)
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://redirect.github.com/integrations/terraform-provider-github))
| required_provider | patch | `6.3.0` -> `6.3.1` |

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/integrations/terraform-provider-github/compare/v6.3.0...v6.3.1)

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

#### What's Changed

##### 🏷 Bug fixes

- fix: Ignore changes to attributes by
[@&#8203;grahamhar](https://redirect.github.com/grahamhar) in
[https://github.com/integrations/terraform-provider-github/pull/2402](https://redirect.github.com/integrations/terraform-provider-github/pull/2402)
- fix(resource_github_actions_environment_secret): handle 404 on repo
read by [@&#8203;scootafew](https://redirect.github.com/scootafew) in
[https://github.com/integrations/terraform-provider-github/pull/2323](https://redirect.github.com/integrations/terraform-provider-github/pull/2323)
- Fix `github_external_groups` doc title by
[@&#8203;svg153](https://redirect.github.com/svg153) in
[https://github.com/integrations/terraform-provider-github/pull/2416](https://redirect.github.com/integrations/terraform-provider-github/pull/2416)

##### 🛠️ Maintenance

- build(deps): bump github/codeql-action from 3.26.5 to 3.26.7 in the
github-actions group across 1 directory by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/integrations/terraform-provider-github/pull/2388](https://redirect.github.com/integrations/terraform-provider-github/pull/2388)
- build(deps): bump github/codeql-action from 3.26.7 to 3.26.8 in the
github-actions group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/integrations/terraform-provider-github/pull/2398](https://redirect.github.com/integrations/terraform-provider-github/pull/2398)
- chore: update go-github to V65 by
[@&#8203;grahamhar](https://redirect.github.com/grahamhar) in
[https://github.com/integrations/terraform-provider-github/pull/2359](https://redirect.github.com/integrations/terraform-provider-github/pull/2359)
- build(deps): bump the github-actions group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/integrations/terraform-provider-github/pull/2406](https://redirect.github.com/integrations/terraform-provider-github/pull/2406)
- build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 in the
github-actions group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/integrations/terraform-provider-github/pull/2413](https://redirect.github.com/integrations/terraform-provider-github/pull/2413)

##### 📝 Documentation

- docs: make it clear in the docs that write_delay_ms affects graphql
calls by [@&#8203;felixlut](https://redirect.github.com/felixlut) in
[https://github.com/integrations/terraform-provider-github/pull/2386](https://redirect.github.com/integrations/terraform-provider-github/pull/2386)

#### New Contributors

- [@&#8203;scootafew](https://redirect.github.com/scootafew) made their
first contribution in
[https://github.com/integrations/terraform-provider-github/pull/2323](https://redirect.github.com/integrations/terraform-provider-github/pull/2323)
- [@&#8203;svg153](https://redirect.github.com/svg153) made their first
contribution in
[https://github.com/integrations/terraform-provider-github/pull/2416](https://redirect.github.com/integrations/terraform-provider-github/pull/2416)

**Full Changelog**:
integrations/terraform-provider-github@v6.3.0...v6.4.0

</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/anza-labs/org-mgmt).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcmVhL2RlcGVuZGVuY3kiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 4233ae0 commit 506f055
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions .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 providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = "6.3.0"
version = "6.3.1"
}
}
}
Expand Down

0 comments on commit 506f055

Please sign in to comment.