From cf6a9d3100bd32a63a339d1e98525ee5cc5934b3 Mon Sep 17 00:00:00 2001 From: semalaiappan <34613894+semalaiappan@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:11:23 -0500 Subject: [PATCH] [ODS-6538] Security Vulnerability Check on Release Tags- Updated (#1180) --- .../workflows/Security Vulnerability Check on Release Tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Security Vulnerability Check on Release Tags.yml b/.github/workflows/Security Vulnerability Check on Release Tags.yml index 61c605df21..28e4d675ab 100644 --- a/.github/workflows/Security Vulnerability Check on Release Tags.yml +++ b/.github/workflows/Security Vulnerability Check on Release Tags.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - tag: ["v5.4","v6.2-patch1","v7.2","v7.1-patch2"] + tag: ["v5.4-patch1","v6.2-patch2","v7.2","v7.1-patch2"] name: ${{ matrix.tag }} Security-Vulnerabilities Check steps: