From f08c2f1580d9d4376d8a7d2f08ec0ea6c5e55e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 07:07:54 +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.6 to 3.2.7. - [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/bb2263ec311ca158e9ffa6bd9b997fb425402034...b54c0688e6fd1d221f8a936e05fdd82f500640d6) --- updated-dependencies: - dependency-name: step-security/conventional-pr-title-action dependency-version: 3.2.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/flow-pr-formatting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flow-pr-formatting.yaml b/.github/workflows/flow-pr-formatting.yaml index 1d61f6f..fa3f399 100644 --- a/.github/workflows/flow-pr-formatting.yaml +++ b/.github/workflows/flow-pr-formatting.yaml @@ -32,6 +32,6 @@ jobs: egress-policy: audit - name: Check PR Title - uses: step-security/conventional-pr-title-action@bb2263ec311ca158e9ffa6bd9b997fb425402034 # v3.2.6 + uses: step-security/conventional-pr-title-action@b54c0688e6fd1d221f8a936e05fdd82f500640d6 # v3.2.7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}