diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index f7a4dfdb..3d916150 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -67,7 +67,7 @@ jobs: # is used. The bot works either way. id: app-token if: env.HAS_APP != '' - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.CLAWREVIEW_APP_ID }} private-key: ${{ secrets.CLAWREVIEW_APP_PRIVATE_KEY }} diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index e863ac47..f77e6bb4 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -70,7 +70,7 @@ jobs: # github-actions[bot] — the bot works either way. id: app-token if: env.HAS_APP != '' - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.CLAWREVIEW_APP_ID }} private-key: ${{ secrets.CLAWREVIEW_APP_PRIVATE_KEY }}