diff --git a/.github/workflows/Security Vulnerability Check on Release Tags.yml b/.github/workflows/Security Vulnerability Check on Release Tags.yml index 28d84d9bc8..a78686d7ad 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","v7.2","v7.1-patch2"] + tag: ["v5.4","v6.2-patch1","v7.2","v7.1-patch2"] name: ${{ matrix.tag }} Security-Vulnerabilities Check steps: