From 06756546ad8caa37fd31263d32830790be58ce40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:56:34 +0000 Subject: [PATCH] chore(deps): pin actions/checkout action to f43a0e5 --- .github/workflows/renovate-approve.yaml | 2 +- .github/workflows/renovate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate-approve.yaml b/.github/workflows/renovate-approve.yaml index c70e7910..4d4758f2 100644 --- a/.github/workflows/renovate-approve.yaml +++ b/.github/workflows/renovate-approve.yaml @@ -10,7 +10,7 @@ jobs: autoapprove: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Approve PR run: | gh pr review --approve || true diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index cf772756..321fbe1b 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Self-hosted Renovate uses: renovatebot/github-action@23a02fe7be9e93f857a953cc8162e57d2c8401ef # v39.0.1