Skip to content

fix(action-impl): fix selenium driver init actions (#182) #151

fix(action-impl): fix selenium driver init actions (#182)

fix(action-impl): fix selenium driver init actions (#182) #151

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