From c805bb766d36c6949671083c7a5ab6d90d0ae015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 23:10:46 +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 1.0.0 to 3.2.0. - [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/0eae74515f5a79f8773fa04142dd746df76666ac...19fb561b33015fd2184055a05ce5a3bcf2ba3f54) --- updated-dependencies: - dependency-name: step-security/conventional-pr-title-action dependency-type: direct:production update-type: version-update:semver-major ... 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 0bbe81d0..b9c22c86 100644 --- a/.github/workflows/flow-pull-request-formatting.yaml +++ b/.github/workflows/flow-pull-request-formatting.yaml @@ -42,6 +42,6 @@ jobs: runs-on: transaction-tools-linux-medium steps: - name: Check PR Title - uses: step-security/conventional-pr-title-action@0eae74515f5a79f8773fa04142dd746df76666ac # v1.0.0 + uses: step-security/conventional-pr-title-action@19fb561b33015fd2184055a05ce5a3bcf2ba3f54 # v3.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}