Skip to content

Merge pull request #279 from zim514/dependabot/pip/urllib3-approx-eq-… #234

Merge pull request #279 from zim514/dependabot/pip/urllib3-approx-eq-…

Merge pull request #279 from zim514/dependabot/pip/urllib3-approx-eq-… #234

Workflow file for this run

name: Qodana
on:
pull_request:
push:
jobs:
Qodana:
runs-on: ubuntu-latest
if: github.repository == 'zim514/script.service.hue'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@latest
with:
use-caches: true
cache-default-branch-only: true
args: --baseline,qodana.sarif.json
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}