Skip to content

Update dependency org.xerial:sqlite-jdbc to v3.46.1.3 #332

Update dependency org.xerial:sqlite-jdbc to v3.46.1.3

Update dependency org.xerial:sqlite-jdbc to v3.46.1.3 #332

Workflow file for this run

name: Sonar Cloud
on:
push:
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: dfuchss/actions/.github/workflows/sonarcloud.yml@main
secrets:
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}