Skip to content

Commit

Permalink
build(deps): Bump actions/create-github-app-token from 1.10.1 to 1.10…
Browse files Browse the repository at this point in the history
….2 (#756)

Bumps
[actions/create-github-app-token](https://github.com/actions/create-github-app-token)
from 1.10.1 to 1.10.2.
<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.10.2</h2>
<h2><a
href="https://github.com/actions/create-github-app-token/compare/v1.10.1...v1.10.2">1.10.2</a>
(2024-06-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>do not revoke token if already expired (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/147">#147</a>)
(<a
href="https://github.com/actions/create-github-app-token/commit/66a70456860bafc79e37635eea77b8b2a929f6c8">66a7045</a>),
closes <a
href="https://redirect.github.com/actions/create-github-app-token/issues/140">#140</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/95">#95</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/create-github-app-token/commit/ad38cffc07bac6e3857755914c4c88bfd2db4da4"><code>ad38cff</code></a>
build(release): 1.10.2 [skip ci]</li>
<li><a
href="https://github.com/actions/create-github-app-token/commit/66a70456860bafc79e37635eea77b8b2a929f6c8"><code>66a7045</code></a>
fix: do not revoke token if already expired (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/147">#147</a>)</li>
<li><a
href="https://github.com/actions/create-github-app-token/commit/d2eeb384dfb21a3993b0c722d1a5d36a4b747982"><code>d2eeb38</code></a>
build(deps-dev): bump braces from 3.0.2 to 3.0.3 (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/146">#146</a>)</li>
<li><a
href="https://github.com/actions/create-github-app-token/commit/0fd38177ed30e541bb33920ec93084ea48e27968"><code>0fd3817</code></a>
docs(README): add note about expiration (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/141">#141</a>)</li>
<li><a
href="https://github.com/actions/create-github-app-token/commit/b3be8474927ba181cb6250b09b30dc6672d965e6"><code>b3be847</code></a>
docs(README): Create a git committer string for an app installation (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/142">#142</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/create-github-app-token/compare/c8f55efbd427e7465d6da1106e7979bc8aaee856...ad38cffc07bac6e3857755914c4c88bfd2db4da4">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.1&new-version=1.10.2)](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 Jul 1, 2024
1 parent c9a21b5 commit 8409c60
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@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1
uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # 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@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1
uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1
id: app-token
with:
app-id: ${{ secrets.GHA_PR_APP_ID }}
Expand Down

0 comments on commit 8409c60

Please sign in to comment.