Skip to content

updated clientHandler for 501 response and httpParser #100

updated clientHandler for 501 response and httpParser

updated clientHandler for 501 response and httpParser #100

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
paths:
- '**.java'
branches:
- main
push:
paths:
- '**.java'
branches:
- main
- 'releases/*'
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.3.1
with:
linter: jetbrains/qodana-jvm
fail-threshold: 1
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json