Skip to content

Dependency(deps): Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 #7

Dependency(deps): Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7

Dependency(deps): Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 #7

Workflow file for this run

name: Maven Verify
on:
push: # Ignore releases and main dev branch
tags-ignore:
- 'v*'
branches:
- '**'
pull_request:
types: [opened, synchronize, reopened]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
verify:
uses: kit-sdq/actions/.github/workflows/maven.yml@main
with:
deploy: false
secrets:
OSSRH_USER: ""
OSSRH_TOKEN: ""
GPG_KEY: ""