Skip to content

Dependency(deps): Bump org.xerial:sqlite-jdbc from 3.45.1.0 to 3.45.2.0 #1412

Dependency(deps): Bump org.xerial:sqlite-jdbc from 3.45.1.0 to 3.45.2.0

Dependency(deps): Bump org.xerial:sqlite-jdbc from 3.45.1.0 to 3.45.2.0 #1412

Workflow file for this run

name: Sonar Cloud
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
sonarcloud:
if: ${{ github.actor != 'dependabot[bot]' }}
uses: ardoco/actions/.github/workflows/sonarcloud.yml@main
with:
with-submodules: true
runs-on: ubuntu-latest
secrets:
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}