Skip to content

Commit 6a3bb49

Browse files
committed
CI: add a Gradle wrapper validation job
1 parent 9d03d87 commit 6a3bb49

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/examples.yml

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

1717
jobs:
1818

19+
# Validate wrapper to prevent potential supply chain attack
20+
gradle-wrapper-validation:
21+
runs-on: ubuntu-latest
22+
23+
name: Validate Gradle wrapper
24+
25+
steps:
26+
- uses: actions/checkout@v6
27+
- uses: gradle/actions/wrapper-validation@v6
28+
1929
check:
2030
runs-on: ubuntu-latest
2131

0 commit comments

Comments
 (0)