From 1fa5d482ce2e0bd65b16eade51610ccdca9e8b24 Mon Sep 17 00:00:00 2001 From: smeagol-help <132467671+smeagol-help[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:05:49 +0000 Subject: [PATCH] ci(github-action): update actions/checkout digest to 8ade135 --- .github/workflows/run-renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-renovate.yaml b/.github/workflows/run-renovate.yaml index 6c2860b..68ee114 100644 --- a/.github/workflows/run-renovate.yaml +++ b/.github/workflows/run-renovate.yaml @@ -40,7 +40,7 @@ jobs: private_key: ${{ secrets.app_private_key }} - name: Checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: token: '${{ steps.generate-token.outputs.token }}'