From 44b27c6acaf6860998727a74ec4e106bd43fd3ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:22:37 +0000 Subject: [PATCH] ci: bump actions/create-github-app-token from 3.0.0.pre.beta.2 to 3 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3.0.0.pre.beta.2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/bf559f85448f9380bcfa2899dbdc01eb5b37be3a...f8d387b68d61c58ab83c6c016672934102569859) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/agent-health-monitor.lock.yml | 2 +- .github/workflows/daily-review-nudge.lock.yml | 2 +- .github/workflows/daily-standup.lock.yml | 2 +- .github/workflows/daily-triage.lock.yml | 2 +- .github/workflows/dependency-ecosystem.lock.yml | 2 +- .github/workflows/housekeeping-branches.lock.yml | 2 +- .github/workflows/housekeeping-deps.lock.yml | 2 +- .github/workflows/housekeeping-labels.lock.yml | 2 +- .github/workflows/housekeeping-stale.lock.yml | 2 +- .github/workflows/maintenance-board.lock.yml | 2 +- .github/workflows/maintenance-ci.lock.yml | 2 +- .github/workflows/maintenance-release.lock.yml | 2 +- .github/workflows/org-monitor.lock.yml | 2 +- .github/workflows/scheduler.lock.yml | 2 +- .github/workflows/smart-alerts.lock.yml | 2 +- .github/workflows/smart-retro.lock.yml | 2 +- .github/workflows/stale-health-check.lock.yml | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/agent-health-monitor.lock.yml b/.github/workflows/agent-health-monitor.lock.yml index 12a94fd..e0a5c3e 100644 --- a/.github/workflows/agent-health-monitor.lock.yml +++ b/.github/workflows/agent-health-monitor.lock.yml @@ -494,7 +494,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/daily-review-nudge.lock.yml b/.github/workflows/daily-review-nudge.lock.yml index a37dad9..70d99b3 100644 --- a/.github/workflows/daily-review-nudge.lock.yml +++ b/.github/workflows/daily-review-nudge.lock.yml @@ -408,7 +408,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/daily-standup.lock.yml b/.github/workflows/daily-standup.lock.yml index 899c88b..e6dee80 100644 --- a/.github/workflows/daily-standup.lock.yml +++ b/.github/workflows/daily-standup.lock.yml @@ -413,7 +413,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/daily-triage.lock.yml b/.github/workflows/daily-triage.lock.yml index b667c64..ba55664 100644 --- a/.github/workflows/daily-triage.lock.yml +++ b/.github/workflows/daily-triage.lock.yml @@ -470,7 +470,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/dependency-ecosystem.lock.yml b/.github/workflows/dependency-ecosystem.lock.yml index 395d3f1..cc7292a 100644 --- a/.github/workflows/dependency-ecosystem.lock.yml +++ b/.github/workflows/dependency-ecosystem.lock.yml @@ -466,7 +466,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/housekeeping-branches.lock.yml b/.github/workflows/housekeeping-branches.lock.yml index 9c4f15e..2ed7dd9 100644 --- a/.github/workflows/housekeeping-branches.lock.yml +++ b/.github/workflows/housekeeping-branches.lock.yml @@ -437,7 +437,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/housekeeping-deps.lock.yml b/.github/workflows/housekeeping-deps.lock.yml index 85def03..4adf371 100644 --- a/.github/workflows/housekeeping-deps.lock.yml +++ b/.github/workflows/housekeeping-deps.lock.yml @@ -463,7 +463,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/housekeeping-labels.lock.yml b/.github/workflows/housekeeping-labels.lock.yml index 79a2087..2e6aaa5 100644 --- a/.github/workflows/housekeeping-labels.lock.yml +++ b/.github/workflows/housekeeping-labels.lock.yml @@ -455,7 +455,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/housekeeping-stale.lock.yml b/.github/workflows/housekeeping-stale.lock.yml index 6b72860..6163409 100644 --- a/.github/workflows/housekeeping-stale.lock.yml +++ b/.github/workflows/housekeeping-stale.lock.yml @@ -489,7 +489,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/maintenance-board.lock.yml b/.github/workflows/maintenance-board.lock.yml index d314f35..104526d 100644 --- a/.github/workflows/maintenance-board.lock.yml +++ b/.github/workflows/maintenance-board.lock.yml @@ -421,7 +421,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/maintenance-ci.lock.yml b/.github/workflows/maintenance-ci.lock.yml index 598804c..08fbee7 100644 --- a/.github/workflows/maintenance-ci.lock.yml +++ b/.github/workflows/maintenance-ci.lock.yml @@ -425,7 +425,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/maintenance-release.lock.yml b/.github/workflows/maintenance-release.lock.yml index 627401c..c0124be 100644 --- a/.github/workflows/maintenance-release.lock.yml +++ b/.github/workflows/maintenance-release.lock.yml @@ -481,7 +481,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/org-monitor.lock.yml b/.github/workflows/org-monitor.lock.yml index 09ec5fd..41b6ffc 100644 --- a/.github/workflows/org-monitor.lock.yml +++ b/.github/workflows/org-monitor.lock.yml @@ -461,7 +461,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/scheduler.lock.yml b/.github/workflows/scheduler.lock.yml index f984e4c..11911cf 100644 --- a/.github/workflows/scheduler.lock.yml +++ b/.github/workflows/scheduler.lock.yml @@ -360,7 +360,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/smart-alerts.lock.yml b/.github/workflows/smart-alerts.lock.yml index 0a965f0..30d0cbe 100644 --- a/.github/workflows/smart-alerts.lock.yml +++ b/.github/workflows/smart-alerts.lock.yml @@ -373,7 +373,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/smart-retro.lock.yml b/.github/workflows/smart-retro.lock.yml index c40d3eb..c592a16 100644 --- a/.github/workflows/smart-retro.lock.yml +++ b/.github/workflows/smart-retro.lock.yml @@ -377,7 +377,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/stale-health-check.lock.yml b/.github/workflows/stale-health-check.lock.yml index 308f39c..6d3b981 100644 --- a/.github/workflows/stale-health-check.lock.yml +++ b/.github/workflows/stale-health-check.lock.yml @@ -508,7 +508,7 @@ jobs: run: bash /opt/gh-aw/actions/install_awf_binary.sh v0.23.0 - name: Generate GitHub App token id: github-mcp-app-token - uses: actions/create-github-app-token@bf559f85448f9380bcfa2899dbdc01eb5b37be3a # v3.0.0-beta.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}