Skip to content

Bump com.oracle.database.jdbc:ojdbc10 from 19.19.0.0 to 19.20.0.0 #78

Bump com.oracle.database.jdbc:ojdbc10 from 19.19.0.0 to 19.20.0.0

Bump com.oracle.database.jdbc:ojdbc10 from 19.19.0.0 to 19.20.0.0 #78

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
push:
branches:
- master
paths:
- '**/**'
- '!docs/**'
- '!*.md'
- '!.github/workflows/docs.yml'
- '!.github/workflows/gradle.yml'
pull_request:
branches:
- master
paths:
- '**/**'
- '!docs/**'
- '!*.md'
- '!.github/workflows/docs.yml'
- '!.github/workflows/gradle.yml'
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json