Skip to content

feat(action): Can set the key in Kafka producer, can read the key in … #164

feat(action): Can set the key in Kafka producer, can read the key in …

feat(action): Can set the key in Kafka producer, can read the key in … #164

#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0
name: "CodeQL"
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
jobs:
chutney-parent-analyze:
uses: ./.github/workflows/codeql-analysis-template.yml
with:
language: java-kotlin
chutney-ui-analyze:
uses: ./.github/workflows/codeql-analysis-template.yml
with:
project-dir: chutney/ui
language: javascript-typescript
build-mode: none