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: