Skip to content

Commit f4d7311

Browse files
committed
chore(deps): update common dependency
1 parent edba39c commit f4d7311

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
@@ -100,7 +100,7 @@ jobs:
100100
- uses: rlespinasse/github-slug-action@v5
101101

102102
- name: Publish allure report
103-
uses: andrcuns/allure-publish-action@v2.8.0
103+
uses: andrcuns/allure-publish-action@v2.9.0
104104
if: ${{ always() && env.GOOGLE_SERVICE_ACCOUNT != 0 && (github.event.inputs.skip-test == 'false' || github.event.inputs.skip-test == '') }}
105105
env:
106106
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -109,7 +109,7 @@ jobs:
109109
storageType: gcs
110110
resultsGlob: "**/build/allure-results"
111111
bucket: internal-kestra-host
112-
baseUrl: "https://internal.kestra.io"
112+
baseUrl: "https://internal.dev.kestra.io"
113113
prefix: ${{ format('{0}/{1}', github.repository, 'allure/java') }}
114114
copyLatest: true
115115
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)