Skip to content

Commit 6fc2821

Browse files
authored
Specify full version in build.yaml for gradle/actions/wrapper-validation comment (#514)
1 parent fcaa362 commit 6fc2821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Validate wrapper
4040
- name: Gradle Wrapper Validation
41-
uses: gradle/actions/wrapper-validation@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4
41+
uses: gradle/actions/wrapper-validation@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
4242

4343
# Run verifyPlugin and test Gradle tasks
4444
test:

0 commit comments

Comments
 (0)