Skip to content

Commit

Permalink
build(deps): Bump actions/create-github-app-token from 1.10.3 to 1.11…
Browse files Browse the repository at this point in the history
….0 (#782)

Bumps
[actions/create-github-app-token](https://github.com/actions/create-github-app-token)
from 1.10.3 to 1.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/create-github-app-token/releases">actions/create-github-app-token's
releases</a>.</em></p>
<blockquote>
<h2>v1.11.0</h2>
<h2>What's Changed</h2>
<h3>Features</h3>
<ul>
<li>Allow repositories input to be comma or newline-separated by <a
href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
<a
href="https://redirect.github.com/actions/create-github-app-token/pull/169">actions/create-github-app-token#169</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/peter-evans"><code>@​peter-evans</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/create-github-app-token/pull/169">actions/create-github-app-token#169</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/create-github-app-token/compare/v1.10.4...v1.11.0">https://github.com/actions/create-github-app-token/compare/v1.10.4...v1.11.0</a></p>
<h2>v1.10.4</h2>
<h2>What's Changed</h2>
<ul>
<li>build(deps-dev): bump the development-dependencies group with 4
updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/create-github-app-token/pull/150">actions/create-github-app-token#150</a></li>
<li>docs(README): fix the <code>git committer string</code> and
<code>Configure git CLI</code> examples by <a
href="https://github.com/maboloshi"><code>@​maboloshi</code></a> in <a
href="https://redirect.github.com/actions/create-github-app-token/pull/151">actions/create-github-app-token#151</a></li>
<li>docs(readme): document how a Base64 private key could be decoded by
<a href="https://github.com/vleon1a"><code>@​vleon1a</code></a> in <a
href="https://redirect.github.com/actions/create-github-app-token/pull/155">actions/create-github-app-token#155</a></li>
<li>test: fix test file extensions and inputs for repositories by <a
href="https://github.com/parkerbxyz"><code>@​parkerbxyz</code></a> in <a
href="https://redirect.github.com/actions/create-github-app-token/pull/161">actions/create-github-app-token#161</a></li>
<li>build(deps-dev): bump the development-dependencies group across 1
directory with 4 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/create-github-app-token/pull/167">actions/create-github-app-token#167</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>bump the production-dependencies group across 1 directory with 3
updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/create-github-app-token/pull/166">actions/create-github-app-token#166</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/vleon1a"><code>@​vleon1a</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/create-github-app-token/pull/155">actions/create-github-app-token#155</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/create-github-app-token/compare/v1.10.3...v1.10.4">https://github.com/actions/create-github-app-token/compare/v1.10.3...v1.10.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/create-github-app-token/commit/5d869da34e18e7287c1daad50e0b8ea0f506ce69"><code>5d869da</code></a>
build(release): 1.11.0 [skip ci]</li>
<li><a
href="https://github.com/actions/create-github-app-token/commit/796b88dc585016182c9da7fa3e5dfe98e0a9b19f"><code>796b88d</code></a>
feat: allow repositories input to be comma or newline-separated (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/169">#169</a>)</li>
<li><a
href="https://github.com/actions/create-github-app-token/commit/3378cda945da322a8db4b193e19d46352ebe2de5"><code>3378cda</code></a>
build(release): 1.10.4 [skip ci]</li>
<li><a
href="https://github.com/actions/create-github-app-token/commit/e177c20e0f736e68f4a37ffee6aa32c73da13988"><code>e177c20</code></a>
fix(deps): bump the production-dependencies group across 1 directory
with 3 u...</li>
<li><a
href="https://github.com/actions/create-github-app-token/commit/961c2284dca935f5bd10e0044b3986c3df64595d"><code>961c228</code></a>
build(deps-dev): bump the development-dependencies group across 1
directory w...</li>
<li><a
href="https://github.com/actions/create-github-app-token/commit/15db0371dad2d605879bcac268eeaeafcf23a859"><code>15db037</code></a>
test: fix test file extensions and inputs for repositories (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/161">#161</a>)</li>
<li><a
href="https://github.com/actions/create-github-app-token/commit/9ccc6dbd71f2a82bbf749c2d2288eebba653eae6"><code>9ccc6db</code></a>
ci(test): add <code>workflow_dispatch</code> trigger</li>
<li><a
href="https://github.com/actions/create-github-app-token/commit/000e2a0d29976e250bb49dade8bddb037c5187c5"><code>000e2a0</code></a>
docs(readme): document how a Base64 private key could be decoded (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/155">#155</a>)</li>
<li><a
href="https://github.com/actions/create-github-app-token/commit/d0ac2addd11ed098fdfa86566abc8d715759aaa9"><code>d0ac2ad</code></a>
docs(README): fix the <code>git committer string</code> and
<code>Configure git CLI</code> examples...</li>
<li><a
href="https://github.com/actions/create-github-app-token/commit/040c2598aacc31cdff32d3527b574e70a22707f8"><code>040c259</code></a>
build(deps-dev): bump the development-dependencies group with 4 updates
(<a
href="https://redirect.github.com/actions/create-github-app-token/issues/150">#150</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/create-github-app-token/compare/31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4...5d869da34e18e7287c1daad50e0b8ea0f506ce69">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/create-github-app-token&package-manager=github_actions&previous-version=1.10.3&new-version=1.11.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 7a4ec6a commit 45cac90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devbox-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "message=${MESSAGE}" >>"${GITHUB_OUTPUT}"
- name: Get app token to create PR with
if: steps.devbox-versions-changed.outputs.number_changed > 0
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1
id: app-token
with:
app-id: ${{ secrets.GHA_PR_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Get app token to create PR with
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1
id: app-token
with:
app-id: ${{ secrets.GHA_PR_APP_ID }}
Expand Down

0 comments on commit 45cac90

Please sign in to comment.