From c217c920fca7d9652484a5e0a46f02d6e759292d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:38:45 +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.1 to 3.2.3. - [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/8a8989588c2547f23167c4c42f0fb2356479e81b...d47e8818876fa91d2010b65c4d699bb5f0d34d56) --- updated-dependencies: - dependency-name: step-security/conventional-pr-title-action dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/flow-pull-request-formatting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flow-pull-request-formatting.yaml b/.github/workflows/flow-pull-request-formatting.yaml index a887e83fa..8765f3656 100644 --- a/.github/workflows/flow-pull-request-formatting.yaml +++ b/.github/workflows/flow-pull-request-formatting.yaml @@ -36,7 +36,7 @@ jobs: egress-policy: audit - name: Check PR Title - uses: step-security/conventional-pr-title-action@8a8989588c2547f23167c4c42f0fb2356479e81b # v3.2.1 + uses: step-security/conventional-pr-title-action@d47e8818876fa91d2010b65c4d699bb5f0d34d56 # v3.2.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}