Skip to content

Commit 692576d

Browse files
chore(deps): update all deps - JetBrains/qodana-action 4.1.1, gradle 7.3.3 (#83)
| datasource | package | from | to | | -------------- | ----------------------- | ------ | ------ | | github-tags | JetBrains/qodana-action | v4.1.0 | v4.1.1 | | gradle-version | gradle | 7.3.2 | 7.3.3 | Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent e0ee6c0 commit 692576d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qodana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
- uses: JetBrains/qodana-action@v4.1.0
18+
- uses: JetBrains/qodana-action@v4.1.1
1919
with:
2020
linter: jetbrains/qodana-jvm-android:latest
2121
fail-threshold: 10
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)