From 6937e2807daa28e9ed698e8fe23b5ee40617322b Mon Sep 17 00:00:00 2001 From: Maksim Martianov Date: Fri, 1 Nov 2019 14:26:43 -0400 Subject: [PATCH] label adjustment --- .github/workflows/code-quality,yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-quality,yaml b/.github/workflows/code-quality,yaml index 07ac97b..3a92aaa 100644 --- a/.github/workflows/code-quality,yaml +++ b/.github/workflows/code-quality,yaml @@ -32,7 +32,7 @@ jobs: with: message: | ### Code Review Analysis is ready - | Code | Complexity | Architecture | Style | Security | - |------|------------|--------------|-------|----------| + | Code | Complexity | Architecture | Style | Security Issues | + |------|------------|--------------|-------|-----------------| | ${{ steps.analyze.outputs.summary-code }} | ${{ steps.analyze.outputs.summary-complexity }} | ${{ steps.analyze.outputs.summary-architecture }} | ${{ steps.analyze.outputs.summary-style }} | ${{ steps.analyze.outputs.summary-security }} | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file