Skip to content

build(deps): bump org.eclipse.jgit:org.eclipse.jgit from 6.3.0.202209071007-r to 7.1.0.202411261347-r #21

build(deps): bump org.eclipse.jgit:org.eclipse.jgit from 6.3.0.202209071007-r to 7.1.0.202411261347-r

build(deps): bump org.eclipse.jgit:org.eclipse.jgit from 6.3.0.202209071007-r to 7.1.0.202411261347-r #21

name: Metalava SemVer Check
on:
pull_request:
jobs:
semver-check:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout main
uses: actions/[email protected]
with:
ref: ${{ github.base_ref }}
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: 17
distribution: temurin
cache: gradle
- name: Copy previous api.txt files
run: ./gradlew copyApiTxtFile
- name: Checkout PR
uses: actions/[email protected]
with:
ref: ${{ github.head_ref }}
clean: false
- name: Run Metalava SemVer check
run: ./gradlew metalavaSemver