chore(github): rename jobs to know which component they belong (#9118)

Co-authored-by: César Arroba <19954079+cesararroba@users.noreply.github.com>
This commit is contained in:
Prowler Bot
2025-10-31 11:38:08 +01:00
committed by GitHub
parent e06e4c46d4
commit 4a35b21367
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ concurrency:
cancel-in-progress: true
jobs:
analyze:
api-analyze:
name: CodeQL Security Analysis
runs-on: ubuntu-latest
timeout-minutes: 30
+6
View File
@@ -28,8 +28,14 @@ on:
- cron: "00 12 * * *"
jobs:
<<<<<<< HEAD
analyze:
name: Analyze
=======
ui-analyze:
if: github.repository == 'prowler-cloud/prowler'
name: CodeQL Security Analysis
>>>>>>> aaae73cd1 (chore(github): rename jobs to know which component they belong (#9117))
runs-on: ubuntu-latest
permissions:
actions: read