diff --git a/.github/workflows/flow-pr-title-check.yaml b/.github/workflows/flow-pr-title-check.yaml index a3e602d9..ff588594 100644 --- a/.github/workflows/flow-pr-title-check.yaml +++ b/.github/workflows/flow-pr-title-check.yaml @@ -43,6 +43,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 }}