From e4541bd9238df993706962be44e0d09db867c3a4 Mon Sep 17 00:00:00 2001 From: "m.semalaiappan" Date: Tue, 20 Feb 2024 22:47:09 -0600 Subject: [PATCH] Temparory Change - Removed --- .../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 bdb13e4e5a..27f2712360 100644 --- a/.github/workflows/Security Vulnerability Check on Release Tags.yml +++ b/.github/workflows/Security Vulnerability Check on Release Tags.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - tag: ["v5.3"] + tag: ["v5.3-patch5","v6.1-patch3","v7.1-patch1"] name: ${{ matrix.tag }} Security-Vulnerabilities Check steps: