diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index c600bf08..bf00dda4 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -25,7 +25,7 @@ jobs: GITHUB_APP_ID=helper-bot:app-id GITHUB_APP_PRIVATE_KEY=helper-bot:private-key - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 id: app-token with: app-id: ${{ env.GITHUB_APP_ID }} @@ -89,7 +89,7 @@ jobs: GITHUB_APP_ID=helper-bot:app-id GITHUB_APP_PRIVATE_KEY=helper-bot:private-key - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 id: app-token with: app-id: ${{ env.GITHUB_APP_ID }}