From a181db988245deaf8dac597de5cb3b14bb28a71b Mon Sep 17 00:00:00 2001 From: Dmitry Salakhov Date: Thu, 18 Feb 2021 13:29:26 +1300 Subject: [PATCH] amend names --- .github/workflows/pr-security.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-security.yml b/.github/workflows/pr-security.yml index 1f5453ed2..7cb421c8d 100644 --- a/.github/workflows/pr-security.yml +++ b/.github/workflows/pr-security.yml @@ -5,6 +5,7 @@ on: jobs: client-dependencies: + name: client dependency check runs-on: ubuntu-latest steps: - uses: actions/checkout@master @@ -13,7 +14,7 @@ jobs: env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} server-dependencies: - name: Scan server dependencies + name: server dependency check runs-on: ubuntu-latest env: GO111MODULE: on