Skip to content

Commit ce36ea1

Browse files
committed
bump action version
1 parent 88a8815 commit ce36ea1

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,28 @@
1414
# limitations under the License.
1515

1616
name: "Validate Gradle Wrapper"
17-
on: [push, pull_request]
17+
18+
on:
19+
push:
20+
paths:
21+
- 'gradlew'
22+
- 'gradlew.bat'
23+
- 'gradle/wrapper/'
24+
- '.github/workflows/gradle-wrapper-validation.yml'
25+
pull_request:
26+
paths:
27+
- 'gradlew'
28+
- 'gradlew.bat'
29+
- 'gradle/wrapper/'
30+
- '.github/workflows/gradle-wrapper-validation.yml'
31+
32+
permissions:
33+
contents: read
1834

1935
jobs:
2036
validation:
2137
name: "Validation"
2238
runs-on: ubuntu-latest
2339
steps:
24-
- uses: actions/checkout@v2
25-
- uses: gradle/wrapper-validation-action@e2c57acffb2c9aa5a8dc6eda2bbae0b6e495bd4c #v1.0.3
40+
- uses: actions/checkout@v5
41+
- uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c

0 commit comments

Comments
 (0)