Skip to content

Bump tibdex/github-app-token from 1.9.0 to 2.1.0 - #65

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/github_actions/tibdex/github-app-token-2.1.0
Open

Bump tibdex/github-app-token from 1.9.0 to 2.1.0#65
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/github_actions/tibdex/github-app-token-2.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 16, 2024

Copy link
Copy Markdown
Contributor

Bumps tibdex/github-app-token from 1.9.0 to 2.1.0.

Release notes

Sourced from tibdex/github-app-token's releases.

v2.1.0

Projects willing to keep the token alive after the end of the job can pass revoke: false as an input.

v2.0.0

  • BREAKING: replaces the installation_id and repository inputs with installation_retrieval_mode and installation_retrieval_payload to also support organization and user installation.
  • switches to node20.
  • adds a repositories input to scope the created token to a subset of repositories.
  • revokes the created token at the end of the job with a post script.
Commits
  • 3beb63f release v2.1.0
  • 3eb77c7 Add option to not revoke token (#95)
  • 9571738 Add support for organization and user installation retrieval and repository s...
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.9.0 to 2.1.0.
- [Release notes](https://github.com/tibdex/github-app-token/releases)
- [Commits](tibdex/github-app-token@32691ba...3beb63f)

---
updated-dependencies:
- dependency-name: tibdex/github-app-token
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 16, 2024
@JamesDawson
JamesDawson enabled auto-merge (squash) February 26, 2025 20:40
@JamesDawson
JamesDawson disabled auto-merge February 26, 2025 20:43
JamesDawson pushed a commit that referenced this pull request Sep 1, 2026
* Apply verified Dependabot action bumps

Consolidates nine open Dependabot PRs after verifying each pinned SHA
resolves to the tag its comment claims, and that each action's manifest
(inputs, outputs, runtime) is unchanged or unaffected by our usage.

Patch bumps, action interfaces identical:
- actions/checkout        v7.0.0 -> v7.0.1  (#217)
- azure/login             v3.0.0 -> v3.0.2  (#227, #219)
- sticky-pull-request-comment v3.0.4 -> v3.0.5 (#221, #218)

Major bumps, all ESM-migration only:
- actions/setup-dotnet    v5.4.0/v5.2.0 -> v6.0.0 (#224, #216)
  action.yml is byte-identical; dotnet-version/dotnet-quality unchanged.
- actions/setup-python    v6.2.0 -> v7.0.0 (#223)
  Only removes the pip-install input, which this repo never used.
- actions/cache           v5.0.5 -> v6.1.0 (#222)
  No archive or cache-service format change.

Also bumps actions/cache/restore alongside cache/save in
run-scripted-build. Dependabot treats them as separate dependencies and
only raised a PR for save, which would have left the two halves of the
same cache straddling a major version.

Not included: #65 (tibdex/github-app-token v1.9.0 -> v2.1.0). That repo
was archived in July 2025, and the PR pins 3eb77c72, the commit 34
seconds before the v2.1.0 release commit, so no tag points at it. Should
be replaced with actions/create-github-app-token instead.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* Normalize action pin version comments to '# vX.Y.Z'

Copilot flagged four `actions/checkout` pins using `#v7.0.1` without a
space, inconsistent with the repo's dominant `# vX.Y.Z` convention
(42 of 49 pins). Adds the space for consistency and greppability.

Also fixes the same issue in actions/vellum-site-build/action.yml, which
Copilot did not flag but shared the defect - leaving it would defeat the
greppability rationale. No SHAs or workflow behaviour changed.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant