Skip to content

Commit 74bf821

Browse files
committed
Add a gradle-wrapper-validation action
1 parent 659dd43 commit 74bf821

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ on:
1313

1414
jobs:
1515

16+
# Validate wrapper to prevent potential supply chain attack
17+
gradle-wrapper-validation:
18+
runs-on: ubuntu-latest
19+
20+
name: Validate Gradle wrapper
21+
22+
steps:
23+
- uses: actions/checkout@v5
24+
- uses: gradle/actions/wrapper-validation@v5
25+
1626
build:
1727
runs-on: ubuntu-latest
1828

0 commit comments

Comments
 (0)