From bde104f98cf8b7686a4a5de71d2c59d71b976693 Mon Sep 17 00:00:00 2001
From: Ted Bowman <ted+git@tedbow.com>
Date: Mon, 25 Mar 2024 15:52:16 -0400
Subject: [PATCH] Contrib: Issue #3435918: change gitlab ref to recommended
 values -
 https://git.drupalcode.org/project/automatic_updates/-/commit/abc3835b001687a9c91ecdb75dd4355df3342cd9

---
 core/modules/auto_updates/.gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/auto_updates/.gitlab-ci.yml b/core/modules/auto_updates/.gitlab-ci.yml
index 6112efa8de49..e7641f8f2ac5 100644
--- a/core/modules/auto_updates/.gitlab-ci.yml
+++ b/core/modules/auto_updates/.gitlab-ci.yml
@@ -39,7 +39,7 @@ include:
     # - Minor or Major latests - `ref: 1.x-latest` or `ref: 1.0.x-latest` - Get the latest additions within a minor (mostly bugfixes) or major (bugs and new features).
     # - Fixed tag - `ref: 1.0.1` - Set the value to a known tag. This will not get any updates.
     # If you change the default value of ref, you should set the _CURL_TEMPLATES_REF variable in the variables section to be the same as set here.
-    ref: main
+    ref: $_GITLAB_TEMPLATES_REF
     file:
       - '/includes/include.drupalci.main.yml'
       # EXPERIMENTAL: For Drupal 7, remove the above line and uncomment the below.
-- 
GitLab