From 1f598cf9bed604c792b6fd77416ffe4c032ec5eb Mon Sep 17 00:00:00 2001 From: Roger Barker Date: Fri, 31 May 2024 15:16:55 -0500 Subject: [PATCH] ci: Update to use step-security maintained conventional-pr-title-action (#358) Signed-off-by: Roger Barker --- .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 c3b9fe7e..114efb35 100644 --- a/.github/workflows/flow-pull-request-formatting.yaml +++ b/.github/workflows/flow-pull-request-formatting.yaml @@ -42,6 +42,6 @@ jobs: runs-on: [self-hosted, Linux, medium, ephemeral] steps: - name: Check PR Title - uses: aslafy-z/conventional-pr-title-action@a0b851005a0f82ac983a56ead5a8111c0d8e044a # v3.2.0 + uses: step-security/conventional-pr-title-action@0eae74515f5a79f8773fa04142dd746df76666ac # v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}