Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit b238e9f

Browse files
authored
Merge pull request #114 from Hyperledger-TWGC/dependabot/github_actions/gradle/gradle-build-action-3.4.2
Bump gradle/gradle-build-action from 3.4.1 to 3.4.2
2 parents bc80df8 + 1248434 commit b238e9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/basicCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
distribution: temurin
1717
java-version: 11
18-
- uses: gradle/[email protected].1
18+
- uses: gradle/[email protected].2
1919
with:
2020
gradle-version: 6.5
2121
- run: gradle clean build

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Validate Gradle wrapper
2020
uses: gradle/wrapper-validation-action@88425854a36845f9c881450d9660b5fd46bee142
2121
- name: Publish package
22-
uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88
22+
uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45
2323
with:
2424
arguments: publish
2525
env:

0 commit comments

Comments
 (0)