diff --git a/.github/workflows/gemini-dispatch.yml b/.github/workflows/gemini-dispatch.yml index e5ac7888..31fd58f7 100644 --- a/.github/workflows/gemini-dispatch.yml +++ b/.github/workflows/gemini-dispatch.yml @@ -74,7 +74,7 @@ jobs: id: "mint_identity_token" if: |- ${{ vars.APP_ID }} - uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2 with: app-id: "${{ vars.APP_ID }}" private-key: "${{ secrets.APP_PRIVATE_KEY }}" @@ -186,7 +186,7 @@ jobs: id: "mint_identity_token" if: |- ${{ vars.APP_ID }} - uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2 with: app-id: "${{ vars.APP_ID }}" private-key: "${{ secrets.APP_PRIVATE_KEY }}" diff --git a/.github/workflows/gemini-invoke.yml b/.github/workflows/gemini-invoke.yml index c7bedc95..43f58054 100644 --- a/.github/workflows/gemini-invoke.yml +++ b/.github/workflows/gemini-invoke.yml @@ -31,7 +31,7 @@ jobs: id: "mint_identity_token" if: |- ${{ vars.APP_ID }} - uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2 with: app-id: "${{ vars.APP_ID }}" private-key: "${{ secrets.APP_PRIVATE_KEY }}" diff --git a/.github/workflows/gemini-review.yml b/.github/workflows/gemini-review.yml index ca5612e9..d91b5c63 100644 --- a/.github/workflows/gemini-review.yml +++ b/.github/workflows/gemini-review.yml @@ -32,7 +32,7 @@ jobs: id: "mint_identity_token" if: |- ${{ vars.APP_ID }} - uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2 with: app-id: "${{ vars.APP_ID }}" private-key: "${{ secrets.APP_PRIVATE_KEY }}" diff --git a/.github/workflows/gemini-scheduled-triage.yml b/.github/workflows/gemini-scheduled-triage.yml index 3ee0a2c5..d718ee8a 100644 --- a/.github/workflows/gemini-scheduled-triage.yml +++ b/.github/workflows/gemini-scheduled-triage.yml @@ -240,7 +240,7 @@ jobs: id: "mint_identity_token" if: |- ${{ vars.APP_ID }} - uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2 with: app-id: "${{ vars.APP_ID }}" private-key: "${{ secrets.APP_PRIVATE_KEY }}" diff --git a/.github/workflows/gemini-triage.yml b/.github/workflows/gemini-triage.yml index dec78f0a..6c5d1beb 100644 --- a/.github/workflows/gemini-triage.yml +++ b/.github/workflows/gemini-triage.yml @@ -142,7 +142,7 @@ jobs: id: "mint_identity_token" if: |- ${{ vars.APP_ID }} - uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf" # ratchet:actions/create-github-app-token@v2 with: app-id: "${{ vars.APP_ID }}" private-key: "${{ secrets.APP_PRIVATE_KEY }}"