diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 8b0754985..6b989561f 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -187,7 +187,7 @@ jobs: - name: Check commits first line format id: ccfl if: ${{ fromJSON(env.IS_PR) && steps.install-deps.outcome == 'success' && !cancelled() }} - uses: gsactions/commit-message-checker@08f89134bc2a1e9d9be6f9bbb664779ad828d637 + uses: gsactions/commit-message-checker@b88ee88552f16f594ca19cb2c7fcd90df95c9bd4 with: pattern: '^((feat|fix|chore|refactor|style|test|docs)(\((bounds|helpers|data_types|debugging|extensions|fhe_circuit|mlir|graph|optimization|representation|tracing|values|benchmarks|ci|scripts|compilation|execution|deps)\))?\:) .+$' flags: 'gs' @@ -201,7 +201,7 @@ jobs: - name: Check commits line length id: ccll if: ${{ fromJSON(env.IS_PR) && steps.install-deps.outcome == 'success' && !cancelled() }} - uses: gsactions/commit-message-checker@08f89134bc2a1e9d9be6f9bbb664779ad828d637 + uses: gsactions/commit-message-checker@b88ee88552f16f594ca19cb2c7fcd90df95c9bd4 with: pattern: '(^.{0,74}$\r?\n?){0,20}' flags: 'gm'