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 d727c26 commit 364bdfeCopy full SHA for 364bdfe
.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
@@ -4,7 +4,7 @@ plugins {
4
id "com.github.ben-manes.versions" version '0.51.0'
5
id 'ru.vyarus.mkdocs' version '4.0.1' apply false
6
id "com.github.spotbugs" version "6.0.9"
7
- id 'com.diffplug.spotless' version '6.25.0'
+ id 'com.diffplug.spotless' version '7.0.2'
8
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
9
}
10
0 commit comments