summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-07-08 22:46:14 -0700
committerGitHub <[email protected]>2025-07-09 05:46:14 +0000
commitd787f1b3de70dd303fb7cd4e37f1bbb5ee584823 (patch)
tree68c81f3deaaacd8d61a09cb125436212b14de10d
parentb12149be7c7e619e7ed910ccd6cd888f29ce93e8 (diff)
chore(deps): bump actions/create-github-app-token from 1 to 2 (#3576)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/community-report.yml2
-rw-r--r--.github/workflows/gemini-automated-issue-triage.yml2
-rw-r--r--.github/workflows/gemini-scheduled-issue-triage.yml2
-rw-r--r--.github/workflows/gemini-scheduled-pr-triage.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/community-report.yml b/.github/workflows/community-report.yml
index 7711d040..e9a44081 100644
--- a/.github/workflows/community-report.yml
+++ b/.github/workflows/community-report.yml
@@ -25,7 +25,7 @@ jobs:
steps:
- name: Generate GitHub App Token 🔑
id: generate_token
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
diff --git a/.github/workflows/gemini-automated-issue-triage.yml b/.github/workflows/gemini-automated-issue-triage.yml
index a3737ba0..5f46b06d 100644
--- a/.github/workflows/gemini-automated-issue-triage.yml
+++ b/.github/workflows/gemini-automated-issue-triage.yml
@@ -19,7 +19,7 @@ jobs:
steps:
- name: Generate GitHub App Token
id: generate_token
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
diff --git a/.github/workflows/gemini-scheduled-issue-triage.yml b/.github/workflows/gemini-scheduled-issue-triage.yml
index 53523644..b507ac09 100644
--- a/.github/workflows/gemini-scheduled-issue-triage.yml
+++ b/.github/workflows/gemini-scheduled-issue-triage.yml
@@ -17,7 +17,7 @@ jobs:
steps:
- name: Generate GitHub App Token
id: generate_token
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
diff --git a/.github/workflows/gemini-scheduled-pr-triage.yml b/.github/workflows/gemini-scheduled-pr-triage.yml
index 098cf753..4e5b532d 100644
--- a/.github/workflows/gemini-scheduled-pr-triage.yml
+++ b/.github/workflows/gemini-scheduled-pr-triage.yml
@@ -23,7 +23,7 @@ jobs:
- name: Generate GitHub App Token
id: generate_token
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}