Skip to content

chore(deps): update dependency org.mockito:mockito-core to v5.14.0 (#70) #73

chore(deps): update dependency org.mockito:mockito-core to v5.14.0 (#70)

chore(deps): update dependency org.mockito:mockito-core to v5.14.0 (#70) #73

Workflow file for this run

# name
name: ci
# triggers
on:
workflow_dispatch:
push:
branches:
- 'main'
tags:
- 'v*.*.*'
paths-ignore:
- ".gitignore"
- ".editorconfig"
jobs:
check:
uses: cidverse/catalog/.github/workflows/shared-ci.yml@main
with:
cid-workflow: main
cid-version: latest
secrets:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}