Skip to content

Commit

Permalink
Consistent naming with other workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy <[email protected]>
  • Loading branch information
TommyTran732 authored Sep 9, 2024
1 parent 729a437 commit 5fd9512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mainline-slim.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Slim
name: Build Mainline Slim

on:
workflow_dispatch:
Expand Down Expand Up @@ -107,4 +107,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.grype.outputs.sarif }}
category: grype-${{ env.TAG }}
category: grype-${{ env.TAG }}

0 comments on commit 5fd9512

Please sign in to comment.