Skip to content

build(deps): bump jupyter-server from 1.24.0 to 2.11.2 in /docker/datahub-ingestion-base #119

build(deps): bump jupyter-server from 1.24.0 to 2.11.2 in /docker/datahub-ingestion-base

build(deps): bump jupyter-server from 1.24.0 to 2.11.2 in /docker/datahub-ingestion-base #119

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Qodana Scan"
uses: JetBrains/[email protected]
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
cache-default-branch-only: true