feat(action): Can set the key in Kafka producer, can read the key in … #164
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 | |