From 851ee38b52874cd801db1433c7d9ba0bdfde38e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 00:17:49 +0000 Subject: [PATCH] chore(deps): pin actions/checkout action to 11bd719 in .github/workflows/regression.yml (#1216) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index dc3a78d8d..3b0be03c0 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -19,7 +19,7 @@ jobs: tags: ${{ steps.generate.outputs.tags }} steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Generate tag combinations id: generate