We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9d162 commit 98dd43eCopy full SHA for 98dd43e
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
TARGET_CLIENT_ID: ${{ secrets.TARGET_CLIENT_ID }}
41
TARGET_CLIENT_SECRET: ${{ secrets.TARGET_CLIENT_SECRET }}
42
- name: Codecov
43
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
44
benchmark_tests:
45
name: benchmark tests
46
concurrency: benchmark_tests
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id "com.github.ben-manes.versions" version '0.51.0'
4
id 'ru.vyarus.mkdocs' version '4.0.1' apply false
5
id "com.github.spotbugs" version "6.0.9"
6
- id 'com.diffplug.spotless' version '6.25.0'
+ id 'com.diffplug.spotless' version '7.0.2'
7
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
8
}
9
0 commit comments