diff --git a/.github/workflows/vulnerability-scan.yml b/.github/workflows/vulnerability-scan.yml index def9efb7..cbbd88eb 100644 --- a/.github/workflows/vulnerability-scan.yml +++ b/.github/workflows/vulnerability-scan.yml @@ -13,6 +13,8 @@ jobs: setup-matrix: runs-on: ubuntu-latest steps: + - name: Set summary + run: echo "summary=${{ github.event.inputs.summary }}" >> $GITHUB_STEP_SUMMARY - if: github.ref_name == '5.x' uses: druzsan/setup-matrix@v2 with: @@ -37,8 +39,6 @@ jobs: strategy: matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }} steps: - - name: Set summary - run: echo "summary=${{ github.event.inputs.summary }}" >> $GITHUB_STEP_SUMMARY - uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.ref }}