From fa6d027e4264f4d7730093d658f8ab88cd322e5d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 15 Nov 2022 09:37:42 +0100 Subject: [PATCH] chore(deps): pin actions/checkout action to 93ea575 (#4422) --- .github/workflows/pr-validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index e10ee367112..e832042c458 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -62,7 +62,7 @@ jobs: head-commit-message: ${{ steps.get_head_commit_message.outputs.headCommitMsg }} steps: - name: Get repo - uses: actions/checkout@v3 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 with: ref: ${{ github.event.pull_request.head.sha }} - name: Print head git commit message