From f33aad11b70472cf3fd31026567ffa8140119302 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 06:10:47 +0000 Subject: [PATCH] Renovate: Update actions/create-github-app-token action to v3 --- .github/workflows/claude-assistant.yaml | 2 +- .github/workflows/claude-weekly.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-assistant.yaml b/.github/workflows/claude-assistant.yaml index 1ce4b1234..52013b0ba 100644 --- a/.github/workflows/claude-assistant.yaml +++ b/.github/workflows/claude-assistant.yaml @@ -46,7 +46,7 @@ jobs: go-version-file: 'go.mod' - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.CORTEX_AI_AGENTS_APP_ID }} private-key: ${{ secrets.CORTEX_AI_AGENTS_CLIENT_PKEY }} diff --git a/.github/workflows/claude-weekly.yaml b/.github/workflows/claude-weekly.yaml index de4e940df..1b21de314 100644 --- a/.github/workflows/claude-weekly.yaml +++ b/.github/workflows/claude-weekly.yaml @@ -21,7 +21,7 @@ jobs: go-version-file: 'go.mod' - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.CORTEX_AI_AGENTS_APP_ID }} private-key: ${{ secrets.CORTEX_AI_AGENTS_CLIENT_PKEY }}