diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 864ba6111..a4ec09db4 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -18,7 +18,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: 'Verify no "Apply suggestions from code review" commits' - uses: tim-actions/commit-message-checker-with-regex@e16b08b1a7f5cafeb1f8167de05bf1d40239eb5d + uses: tim-actions/commit-message-checker-with-regex@094fc16ff83d04e2ec73edb5eaf6aa267db33791 with: commits: ${{ steps.get-pr-commits.outputs.commits }} pattern: '^(?!.*(apply suggestions from code review))' @@ -26,7 +26,7 @@ jobs: error: 'Commits addressing code review feedback should typically be squashed into the commits under review' - name: 'Verify no "fixup!" commits' - uses: tim-actions/commit-message-checker-with-regex@e16b08b1a7f5cafeb1f8167de05bf1d40239eb5d + uses: tim-actions/commit-message-checker-with-regex@094fc16ff83d04e2ec73edb5eaf6aa267db33791 with: commits: ${{ steps.get-pr-commits.outputs.commits }} pattern: '^(?!fixup!)'