diff --git a/.github/workflows/devbox-update.yaml b/.github/workflows/devbox-update.yaml index bc9e65d5..fbec0d64 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@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1 + uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # 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 2432f32d..d34daad6 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@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1 + uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 id: app-token with: app-id: ${{ secrets.GHA_PR_APP_ID }}