Skip to content

Commit

Permalink
fix(deps): Bump integrations/github from 6.1.0 to 6.2.0 (#15)
Browse files Browse the repository at this point in the history
Bumps [integrations/github](https://github.com/integrations/terraform-provider-github) from 6.1.0 to 6.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/integrations/terraform-provider-github/releases">integrations/github's releases</a>.</em></p>
<blockquote>
<h2>v6.2.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Features</h3>
<ul>
<li>feat: add <code>github_enterprise_actions_runner_group</code> by <a href="https://github.com/bradam12"><code>@​bradam12</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/2158">integrations/terraform-provider-github#2158</a></li>
<li>Feat: Fixes abandoned PR <a href="https://redirect.github.com/integrations/terraform-provider-github/issues/2017">#2017</a>: Add support for the require_last_push_approval flag in github_branch_protection_v3 by <a href="https://github.com/georgekaz"><code>@​georgekaz</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/2199">integrations/terraform-provider-github#2199</a></li>
</ul>
<h3>Bugfixes</h3>
<ul>
<li>fix(data_source_github_rest_api): just read body and convert bytes into string by <a href="https://github.com/riezebosch"><code>@​riezebosch</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/2152">integrations/terraform-provider-github#2152</a></li>
</ul>
<h3>🛠️ Maintenance</h3>
<ul>
<li>build(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/2189">integrations/terraform-provider-github#2189</a></li>
<li>build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/2194">integrations/terraform-provider-github#2194</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/integrations/terraform-provider-github/compare/v6.1.0...v6.2.0">https://github.com/integrations/terraform-provider-github/compare/v6.1.0...v6.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/integrations/terraform-provider-github/commit/84e8d555d9fa91153c90193bc3e5f41b8ab7eb76"><code>84e8d55</code></a> Feat: Fixes abandoned PR <a href="https://redirect.github.com/integrations/terraform-provider-github/issues/2017">#2017</a>: Add support for the require_last_push_approva...</li>
<li><a href="https://github.com/integrations/terraform-provider-github/commit/b1243e41c6a02f318d515db56aa6ee4743311198"><code>b1243e4</code></a> feat: <code>add github_enterprise_actions_runner_group</code> (<a href="https://redirect.github.com/integrations/terraform-provider-github/issues/2158">#2158</a>)</li>
<li><a href="https://github.com/integrations/terraform-provider-github/commit/5e090bcab0dd7b3e4684f0144a9d6cef5b7eb0ca"><code>5e090bc</code></a> build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (<a href="https://redirect.github.com/integrations/terraform-provider-github/issues/2194">#2194</a>)</li>
<li><a href="https://github.com/integrations/terraform-provider-github/commit/af693fd4f9f77f3440e8d9519ac3a3aaea258584"><code>af693fd</code></a> fix(data_source_github_rest_api): store raw body in state (<a href="https://redirect.github.com/integrations/terraform-provider-github/issues/2152">#2152</a>)</li>
<li><a href="https://github.com/integrations/terraform-provider-github/commit/30e6176f62549f557bfe3339e27403853b64fed0"><code>30e6176</code></a> build(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 (<a href="https://redirect.github.com/integrations/terraform-provider-github/issues/2189">#2189</a>)</li>
<li>See full diff in <a href="https://github.com/integrations/terraform-provider-github/compare/v6.1.0...v6.2.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=integrations/github&package-manager=terraform&previous-version=6.1.0&new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent badf64d commit 18cb285
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .terraform.lock.hcl

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

0 comments on commit 18cb285

Please sign in to comment.