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: