diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index a2dad0cd..2d5126b1 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@3d28780bbf0365e29b144e272b2121204d5be5f3 # v6.1.2 + - uses: wagoid/commitlint-github-action@0184f5a228ee06430bb9e67d65f73a1a6767496a # v6.2.0 with: configFile: .github/commitlint.config.cjs - name: Install Dependencies