From 9ef018ea279bf433592a1d4c987b877165250a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:34:17 +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.2. - [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...101b3d5adffb51b5789997fea508c8313c8ddf02) --- updated-dependencies: - dependency-name: step-security/conventional-pr-title-action dependency-version: 3.2.2 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 50d4babe..d86ccbdc 100644 --- a/.github/workflows/flow-pull-request-formatting.yaml +++ b/.github/workflows/flow-pull-request-formatting.yaml @@ -46,6 +46,6 @@ 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@101b3d5adffb51b5789997fea508c8313c8ddf02 # v3.2.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}