Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit 86ad27d

Browse files
committed
chore(deps): update common dependency
1 parent 0d1025d commit 86ad27d

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- uses: rlespinasse/github-slug-action@v5
103103

104104
- name: Publish allure report
105-
uses: andrcuns/allure-publish-action@v2.8.0
105+
uses: andrcuns/allure-publish-action@v2.9.0
106106
if: ${{ always() && env.GOOGLE_SERVICE_ACCOUNT != 0 && (github.event.inputs.skip-test == 'false' || github.event.inputs.skip-test == '') }}
107107
env:
108108
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -111,7 +111,7 @@ jobs:
111111
storageType: gcs
112112
resultsGlob: build/allure-results
113113
bucket: internal-kestra-host
114-
baseUrl: "https://internal.kestra.io"
114+
baseUrl: "https://internal.dev.kestra.io"
115115
prefix: ${{ format('{0}/{1}', github.repository, 'allure/java') }}
116116
copyLatest: true
117117
ignoreMissingResults: true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id 'signing'
1010
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
1111
id "com.github.ben-manes.versions" version "0.51.0"
12-
id 'net.researchgate.release' version '3.0.2'
12+
id 'net.researchgate.release' version '3.1.0'
1313
}
1414

1515
def isBuildSnapshot = version.toString().endsWith("-SNAPSHOT")

gradle/wrapper/gradle-wrapper.jar

130 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)