diff --git a/.github/workflows/devbox-update.yaml b/.github/workflows/devbox-update.yaml index c69e0110..e715c96b 100644 --- a/.github/workflows/devbox-update.yaml +++ b/.github/workflows/devbox-update.yaml @@ -55,7 +55,7 @@ jobs: echo "message=${MESSAGE}" >>"${GITHUB_OUTPUT}" - name: Get app token to create PR with if: steps.devbox-versions-changed.outputs.number_changed > 0 - uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1 + uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1 id: app-token with: app-id: ${{ secrets.GHA_PR_APP_ID }} diff --git a/.github/workflows/release-please-main.yaml b/.github/workflows/release-please-main.yaml index 90bad1d7..e4355844 100644 --- a/.github/workflows/release-please-main.yaml +++ b/.github/workflows/release-please-main.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Get app token to create PR with - uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1 + uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1 id: app-token with: app-id: ${{ secrets.GHA_PR_APP_ID }}