From 5fd9512867f9fec1dd311e6780023a11c5a8dad8 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 9 Sep 2024 03:14:29 -0700 Subject: [PATCH] Consistent naming with other workflows Signed-off-by: Tommy --- .github/workflows/build-mainline-slim.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-mainline-slim.yml b/.github/workflows/build-mainline-slim.yml index 24822fe..9d33640 100644 --- a/.github/workflows/build-mainline-slim.yml +++ b/.github/workflows/build-mainline-slim.yml @@ -1,4 +1,4 @@ -name: Build Slim +name: Build Mainline Slim on: workflow_dispatch: @@ -107,4 +107,4 @@ jobs: uses: github/codeql-action/upload-sarif@v3 with: sarif_file: ${{ steps.grype.outputs.sarif }} - category: grype-${{ env.TAG }} \ No newline at end of file + category: grype-${{ env.TAG }}