diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index f1e2bb65..28144132 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -104,7 +104,7 @@ jobs: - name: Create PR with fixes if: ${{ steps.run_clang_tidy.outcome != 'success' && github.event_name != 'pull_request' }} - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 env: GH_REPO: ${{ github.repository }} GH_TOKEN: ${{ github.token }}