Skip to content

chore(deps): update dependency junit:junit to v4.13.2 - autoclosed #28

chore(deps): update dependency junit:junit to v4.13.2 - autoclosed

chore(deps): update dependency junit:junit to v4.13.2 - autoclosed #28

Workflow file for this run

# name
name: ci
# triggers
on:
workflow_dispatch:
push:
branches:
- main
tags:
- v*.*.*
paths-ignore:
- README.md
- LICENSE
- .github/**
- .gitignore
- .editorconfig
- renovate.json
pull_request:
branches:
- main
paths-ignore:
- README.md
- LICENSE
- .github/**
- .gitignore
- .editorconfig
- renovate.json
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 }}