diff --git a/.github/workflows/ci.commit.check.yml b/.github/workflows/ci.commit.check.yml index ca805273..d1a61dca 100644 --- a/.github/workflows/ci.commit.check.yml +++ b/.github/workflows/ci.commit.check.yml @@ -27,7 +27,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit fetch-depth: 0 # required for merge-base check - name: Run Commit Check - uses: commit-check/commit-check-action@2239d8980732e84a380552fdd71e1d49e149baf3 # v2.6.1 + uses: commit-check/commit-check-action@f237ed0085f49444ab5c85bdfa5cdcd490fc09c5 # v2.7.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments # Default subject max is 80; allow longer conventional-commit subjects in PR history.