diff --git a/.github/workflows/auto-merge-dependencies.yml b/.github/workflows/auto-merge-dependencies.yml index ba4f8dd..7eaf987 100644 --- a/.github/workflows/auto-merge-dependencies.yml +++ b/.github/workflows/auto-merge-dependencies.yml @@ -37,7 +37,7 @@ jobs: - name: Auto approve id: autoApprove - uses: juliangruber/approve-pull-request-action@6b8b2f82d50cea1e4329bcdfe940a6ceccbe528e # v2 + uses: juliangruber/approve-pull-request-action@b71c44ff142895ba07fad34389f1938a4e8ee7b0 # v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} number: ${{ steps.find-pull-request.outputs.number }} diff --git a/.github/workflows/update-to-newest-version.yml b/.github/workflows/update-to-newest-version.yml index 58947d4..7704dc6 100644 --- a/.github/workflows/update-to-newest-version.yml +++ b/.github/workflows/update-to-newest-version.yml @@ -39,7 +39,7 @@ jobs: - name: Auto approve id: autoApprove if: steps.createAutoPR.outputs.pull-request-operation == 'created' - uses: juliangruber/approve-pull-request-action@6b8b2f82d50cea1e4329bcdfe940a6ceccbe528e # v2 + uses: juliangruber/approve-pull-request-action@b71c44ff142895ba07fad34389f1938a4e8ee7b0 # v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} number: ${{ steps.createAutoPR.outputs.pull-request-number }}