diff --git a/.github/workflows/gemini-dispatch.yml b/.github/workflows/gemini-dispatch.yml index 4b5276d2..e5ac7888 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@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # 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@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # 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 60313ba2..c7bedc95 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@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # 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 a0094b34..3e6198c0 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@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # 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 424c26a3..3ee0a2c5 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@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # 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 4eb9000b..dec78f0a 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@67018539274d69449ef7c02e8e71183d1719ab42" # ratchet:actions/create-github-app-token@v2 + uses: "actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94" # ratchet:actions/create-github-app-token@v2 with: app-id: "${{ vars.APP_ID }}" private-key: "${{ secrets.APP_PRIVATE_KEY }}"