From 56917ce270134efc9e8c7f5c517b55a9e76af629 Mon Sep 17 00:00:00 2001 From: Drew Minnear Date: Mon, 13 Apr 2026 11:40:03 -0400 Subject: [PATCH] use v3.1.1 for create-github-app-token action --- .github/workflows/metadata-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/metadata-docs.yml b/.github/workflows/metadata-docs.yml index a5881c3e6c..7e8025a32c 100644 --- a/.github/workflows/metadata-docs.yml +++ b/.github/workflows/metadata-docs.yml @@ -83,7 +83,7 @@ jobs: working-directory: ${{ env.PATTERN_DIR }} - name: Generate token with Metadata Sync GitHub App - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: app-token with: app-id: ${{ vars.METADATA_SYNC_APP_ID }}