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