From c717283063d1298e9e9bce31d98287cd61348823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 03:39:55 +0000 Subject: [PATCH] chore(deps): bump commit-check/commit-check-action from 0.7.2 to 0.7.3 Bumps [commit-check/commit-check-action](https://github.com/commit-check/commit-check-action) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/commit-check/commit-check-action/releases) - [Commits](https://github.com/commit-check/commit-check-action/compare/85adfd6817121ee1d974447c148bd7c545cda55a...3b406fc3006cde0e64a760fb50063f79027259c2) --- updated-dependencies: - dependency-name: commit-check/commit-check-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.commit.check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.commit.check.yml b/.github/workflows/ci.commit.check.yml index a3f0b425..c9cfcbd1 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@85adfd6817121ee1d974447c148bd7c545cda55a # v1 + uses: commit-check/commit-check-action@3b406fc3006cde0e64a760fb50063f79027259c2 # v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments with: