From 93f34d6f50050ded0365831a0c0ba391cbfc78b8 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Wed, 10 Jun 2026 16:52:52 +0000 Subject: [PATCH] chore(root): replace deprecated app-id with client-id in audit-api-spec Ticket: AI-254 --- .github/workflows/audit-api-spec.yaml | 4 ++-- commitlint.config.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit-api-spec.yaml b/.github/workflows/audit-api-spec.yaml index d7fac9193f..0c58bf40cf 100644 --- a/.github/workflows/audit-api-spec.yaml +++ b/.github/workflows/audit-api-spec.yaml @@ -234,9 +234,9 @@ jobs: EOF - name: Generate GitHub App Token id: generate-github-app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: - app-id: ${{ env.STATIC_ANALYSIS_BOT_APP_ID }} + client-id: ${{ env.STATIC_ANALYSIS_BOT_APP_ID }} private-key: ${{ secrets.STATIC_ANALYSIS_BOT_PRIVATE_KEY }} owner: bitgo repositories: | diff --git a/commitlint.config.js b/commitlint.config.js index d7817d01f8..d2b0352f2f 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -20,6 +20,7 @@ module.exports = { parserPreset: { parserOpts: { issuePrefixes: [ + 'AI-', 'BG-', 'BMF-', 'BOS-',