From c44afecaf3dc39e7a770c356c0e5877118bd6e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 02:08:28 +0000 Subject: [PATCH] chore(deps): bump step-security/conventional-pr-title-action Bumps [step-security/conventional-pr-title-action](https://github.com/step-security/conventional-pr-title-action) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/step-security/conventional-pr-title-action/releases) - [Changelog](https://github.com/step-security/conventional-pr-title-action/blob/main/release.config.js) - [Commits](https://github.com/step-security/conventional-pr-title-action/compare/e2a9b8d87a4b25077f0696ec3e2b4dd5a3f43734...cb1c5657ccf4c42f5c0a6c0708cb8251b960d902) --- updated-dependencies: - dependency-name: step-security/conventional-pr-title-action dependency-version: 3.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index edc919ada..ef4a85681 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -31,7 +31,7 @@ jobs: egress-policy: audit - name: Check PR Title - uses: step-security/conventional-pr-title-action@e2a9b8d87a4b25077f0696ec3e2b4dd5a3f43734 # v3.2.4 + uses: step-security/conventional-pr-title-action@cb1c5657ccf4c42f5c0a6c0708cb8251b960d902 # v3.2.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}