Skip to content

chore(deps): update dependency gradle to v8.8 (#56) #59

chore(deps): update dependency gradle to v8.8 (#56)

chore(deps): update dependency gradle to v8.8 (#56) #59

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 }}