From aa67d65aeb5e6da882b9702362419da8a0c11ffe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:22:36 +0000 Subject: [PATCH] ci(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/29824e69f54612133e76f7eaac726eef6c875baf...f8d387b68d61c58ab83c6c016672934102569859) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/agents-71-codex-belt-dispatcher.yml | 2 +- .github/workflows/agents-72-codex-belt-worker.yml | 2 +- .github/workflows/agents-73-codex-belt-conveyor.yml | 2 +- .github/workflows/agents-auto-pilot.yml | 2 +- .github/workflows/agents-autofix-dispatcher.yml | 2 +- .github/workflows/agents-autofix-loop.yml | 6 +++--- .github/workflows/agents-guard.yml | 2 +- .github/workflows/agents-issue-optimizer.yml | 2 +- .github/workflows/agents-keepalive-loop.yml | 2 +- .github/workflows/agents-weekly-metrics.yml | 2 +- .github/workflows/maint-coverage-guard.yml | 4 ++-- .github/workflows/reusable-pr-context.yml | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/agents-71-codex-belt-dispatcher.yml b/.github/workflows/agents-71-codex-belt-dispatcher.yml index c4520f0e..5da883a3 100644 --- a/.github/workflows/agents-71-codex-belt-dispatcher.yml +++ b/.github/workflows/agents-71-codex-belt-dispatcher.yml @@ -92,7 +92,7 @@ jobs: - name: Mint GitHub App token (preferred) id: app_token if: ${{ env.WORKFLOWS_APP_ID != '' && env.WORKFLOWS_APP_PRIVATE_KEY != '' }} - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 with: app-id: ${{ env.WORKFLOWS_APP_ID }} private-key: ${{ env.WORKFLOWS_APP_PRIVATE_KEY }} diff --git a/.github/workflows/agents-72-codex-belt-worker.yml b/.github/workflows/agents-72-codex-belt-worker.yml index 3e6dc0e9..190a792b 100644 --- a/.github/workflows/agents-72-codex-belt-worker.yml +++ b/.github/workflows/agents-72-codex-belt-worker.yml @@ -122,7 +122,7 @@ jobs: - name: Mint GitHub App token (preferred) id: app_token if: ${{ env.WORKFLOWS_APP_ID != '' && env.WORKFLOWS_APP_PRIVATE_KEY != '' }} - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 with: app-id: ${{ env.WORKFLOWS_APP_ID }} private-key: ${{ env.WORKFLOWS_APP_PRIVATE_KEY }} diff --git a/.github/workflows/agents-73-codex-belt-conveyor.yml b/.github/workflows/agents-73-codex-belt-conveyor.yml index ab3bbc7a..b2b2e1cd 100644 --- a/.github/workflows/agents-73-codex-belt-conveyor.yml +++ b/.github/workflows/agents-73-codex-belt-conveyor.yml @@ -95,7 +95,7 @@ jobs: - name: Mint GitHub App token (preferred) id: app_token if: ${{ env.WORKFLOWS_APP_ID != '' && env.WORKFLOWS_APP_PRIVATE_KEY != '' }} - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 with: app-id: ${{ env.WORKFLOWS_APP_ID }} private-key: ${{ env.WORKFLOWS_APP_PRIVATE_KEY }} diff --git a/.github/workflows/agents-auto-pilot.yml b/.github/workflows/agents-auto-pilot.yml index 3de7c28b..2ded6285 100644 --- a/.github/workflows/agents-auto-pilot.yml +++ b/.github/workflows/agents-auto-pilot.yml @@ -102,7 +102,7 @@ jobs: # Mint GitHub App token early to use for API calls (avoids rate limits) - name: Mint GitHub App Token id: app_token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 continue-on-error: true with: app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }} diff --git a/.github/workflows/agents-autofix-dispatcher.yml b/.github/workflows/agents-autofix-dispatcher.yml index d0f2f573..4600a0bc 100644 --- a/.github/workflows/agents-autofix-dispatcher.yml +++ b/.github/workflows/agents-autofix-dispatcher.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Mint GitHub App token id: app_token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 continue-on-error: true with: app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }} diff --git a/.github/workflows/agents-autofix-loop.yml b/.github/workflows/agents-autofix-loop.yml index eba69d22..392a4d05 100644 --- a/.github/workflows/agents-autofix-loop.yml +++ b/.github/workflows/agents-autofix-loop.yml @@ -65,7 +65,7 @@ jobs: # Mint GitHub App token early to use for API calls (avoids rate limits) - name: Mint GitHub App Token id: app_token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 continue-on-error: true with: app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }} @@ -648,7 +648,7 @@ jobs: # Mint GitHub App token early to use for API calls (avoids rate limits) - name: Mint GitHub App Token id: app_token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 continue-on-error: true with: app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }} @@ -737,7 +737,7 @@ jobs: # Mint GitHub App token early to use for API calls (avoids rate limits) - name: Mint GitHub App Token id: app_token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 continue-on-error: true with: app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }} diff --git a/.github/workflows/agents-guard.yml b/.github/workflows/agents-guard.yml index 34c7a631..cc87e209 100644 --- a/.github/workflows/agents-guard.yml +++ b/.github/workflows/agents-guard.yml @@ -33,7 +33,7 @@ jobs: # Mint GitHub App token early to use for API calls (avoids rate limits) - name: Mint GitHub App Token id: app_token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 continue-on-error: true with: app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }} diff --git a/.github/workflows/agents-issue-optimizer.yml b/.github/workflows/agents-issue-optimizer.yml index cb3e32a5..e9f368a8 100644 --- a/.github/workflows/agents-issue-optimizer.yml +++ b/.github/workflows/agents-issue-optimizer.yml @@ -93,7 +93,7 @@ jobs: id: app_token if: steps.check.outputs.should_run == 'true' continue-on-error: true - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 with: app-id: ${{ secrets.WORKFLOWS_APP_ID }} private-key: ${{ secrets.WORKFLOWS_APP_PRIVATE_KEY }} diff --git a/.github/workflows/agents-keepalive-loop.yml b/.github/workflows/agents-keepalive-loop.yml index 1defd0cf..96196977 100644 --- a/.github/workflows/agents-keepalive-loop.yml +++ b/.github/workflows/agents-keepalive-loop.yml @@ -1132,7 +1132,7 @@ jobs: steps.update-summary.outputs.rate_limit_hit == 'true' && env.KEEPALIVE_APP_ID != '' && env.KEEPALIVE_APP_PRIVATE_KEY != '' - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 continue-on-error: true env: KEEPALIVE_APP_ID: ${{ secrets.KEEPALIVE_APP_ID }} diff --git a/.github/workflows/agents-weekly-metrics.yml b/.github/workflows/agents-weekly-metrics.yml index 3a0a9e0d..5a2a366d 100644 --- a/.github/workflows/agents-weekly-metrics.yml +++ b/.github/workflows/agents-weekly-metrics.yml @@ -19,7 +19,7 @@ jobs: # Mint GitHub App token early to use for API calls (avoids rate limits) - name: Mint GitHub App Token id: app_token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 continue-on-error: true with: app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }} diff --git a/.github/workflows/maint-coverage-guard.yml b/.github/workflows/maint-coverage-guard.yml index 04413ce9..096a81cf 100644 --- a/.github/workflows/maint-coverage-guard.yml +++ b/.github/workflows/maint-coverage-guard.yml @@ -26,7 +26,7 @@ jobs: # Mint GitHub App token early to use for API calls (avoids rate limits) - name: Mint GitHub App Token id: app_token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 continue-on-error: true with: app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }} @@ -108,7 +108,7 @@ jobs: # Mint GitHub App token early to use for API calls (avoids rate limits) - name: Mint GitHub App Token id: app_token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 continue-on-error: true with: app-id: ${{ secrets.WORKFLOWS_APP_ID || '0' }} diff --git a/.github/workflows/reusable-pr-context.yml b/.github/workflows/reusable-pr-context.yml index 90a5d9be..6d0a0288 100644 --- a/.github/workflows/reusable-pr-context.yml +++ b/.github/workflows/reusable-pr-context.yml @@ -145,7 +145,7 @@ jobs: id: app_token # Use continue-on-error to handle missing secrets gracefully continue-on-error: true - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2 with: app-id: ${{ secrets.WORKFLOWS_APP_ID }} private-key: ${{ secrets.WORKFLOWS_APP_PRIVATE_KEY }}