chore(ci): replace deprecated app-id with client-id in audit-api-spec#229
Open
bitgo-ai-agent-dev[bot] wants to merge 1 commit into
Open
chore(ci): replace deprecated app-id with client-id in audit-api-spec#229bitgo-ai-agent-dev[bot] wants to merge 1 commit into
bitgo-ai-agent-dev[bot] wants to merge 1 commit into
Conversation
ce2abb8 to
f0cff32
Compare
The actions/create-github-app-token action deprecated the app-id input in favour of client-id. audit-api-spec.yaml produced: "Input app-id has been deprecated: Use client-id instead." Rename app-id to client-id and upgrade action pin from v2 to v3. Ref: https://github.com/actions/create-github-app-token Ticket: AI-263 Session-Id: e92d1576-afa2-446b-b1a0-fe2efe9d2491 Task-Id: 71990ecc-1600-4249-9154-a141f1133ba4
056853a to
3107e04
Compare
ericcrosson-bitgo
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
app-id→client-idin.github/workflows/audit-api-spec.yamlactions/create-github-app-tokenpin fromv2tov3Why
The
actions/create-github-app-tokenaction deprecated theapp-idinput in favour ofclient-id, producing a deprecation warning annotation on every CI run:Upstream deprecation notice: https://github.com/actions/create-github-app-token
Ticket: AI-263