From f2d99b162a452ea0dcb4124a8ed5d1020d26871c Mon Sep 17 00:00:00 2001 From: Naveen Pajjuri Date: Tue, 15 Mar 2022 11:19:43 +0530 Subject: [PATCH] changed security branch ref to 1.3. Signed-off-by: Naveen Pajjuri --- .github/workflows/security-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-tests.yml b/.github/workflows/security-tests.yml index 13a5d751..0214cad7 100644 --- a/.github/workflows/security-tests.yml +++ b/.github/workflows/security-tests.yml @@ -28,7 +28,7 @@ jobs: with: repository: 'opensearch-project/security' path: security - ref: 'main' + ref: '1.3' - name: Build security working-directory: ./security run: |