From 4a35b21367060401ba264079b634b33c309295fc Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Fri, 31 Oct 2025 11:38:08 +0100 Subject: [PATCH] chore(github): rename jobs to know which component they belong (#9118) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: César Arroba <19954079+cesararroba@users.noreply.github.com> --- .github/workflows/api-codeql.yml | 2 +- .github/workflows/ui-codeql.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/api-codeql.yml b/.github/workflows/api-codeql.yml index e9af830156..f01e969134 100644 --- a/.github/workflows/api-codeql.yml +++ b/.github/workflows/api-codeql.yml @@ -25,7 +25,7 @@ concurrency: cancel-in-progress: true jobs: - analyze: + api-analyze: name: CodeQL Security Analysis runs-on: ubuntu-latest timeout-minutes: 30 diff --git a/.github/workflows/ui-codeql.yml b/.github/workflows/ui-codeql.yml index 05ab6e6123..5a502a28fb 100644 --- a/.github/workflows/ui-codeql.yml +++ b/.github/workflows/ui-codeql.yml @@ -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