From da8f21d069eec817dd5033b92becf2db0dde7048 Mon Sep 17 00:00:00 2001 From: wetransform Bot <113353961+wetransformer@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:12:36 +0000 Subject: [PATCH] ci: add/update workflow for autosquash on PRs --- .github/workflows/tf-autosquash.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-autosquash.yml b/.github/workflows/tf-autosquash.yml index d02022d4ab..56b5a8600e 100644 --- a/.github/workflows/tf-autosquash.yml +++ b/.github/workflows/tf-autosquash.yml @@ -30,7 +30,7 @@ jobs: private-key: ${{ secrets.WE_HELPER_GITHUB_PRIVATE_KEY }} - name: Checkout the repository and persist credentials - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: token: ${{ steps.app-token.outputs.token || github.token }}