From 36217667ceb87d9b97b44dc91e0ff6e7a1b86e14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:34:42 +0000 Subject: [PATCH] chore(deps): pin amannn/action-semantic-pull-request action to c3cd5d1 --- .github/workflows/semantic_pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic_pr.yaml b/.github/workflows/semantic_pr.yaml index ff69dba1bb..fadc6170b8 100644 --- a/.github/workflows/semantic_pr.yaml +++ b/.github/workflows/semantic_pr.yaml @@ -16,7 +16,7 @@ jobs: pull-requests: read # Needed for reading prs steps: - name: Validate Pull Request - uses: amannn/action-semantic-pull-request@v5.2.0 + uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 # v5.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: