From 206a5bde21fe2db5e0ca5a2fb8278b4243bc2c58 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 11 Oct 2024 08:45:51 +0000
Subject: [PATCH] chore(deps): update actions/checkout action to v3.6.0
 (#31907)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 .github/workflows/undesirable-test-additions.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/undesirable-test-additions.yaml b/.github/workflows/undesirable-test-additions.yaml
index 2266a2567d..54f1748ec4 100644
--- a/.github/workflows/undesirable-test-additions.yaml
+++ b/.github/workflows/undesirable-test-additions.yaml
@@ -10,7 +10,7 @@ jobs:
 
     steps:
       - name: Checkout code
-        uses: actions/checkout@v3
+        uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
         with:
           fetch-depth: 0 # Fetch all history for comparison
           sparse-checkout: true
-- 
GitLab