File tree 3 files changed +14
-17
lines changed
3 files changed +14
-17
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,6 @@ permissions:
16
16
contents : read
17
17
18
18
jobs :
19
- gradle-wrapper-validation :
20
- runs-on : ubuntu-latest
21
- steps :
22
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
-
24
- # this needs to be in the top-level workflow in order to make OSSF scorecard happy
25
- - uses : gradle/actions/wrapper-validation@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
26
-
27
19
common :
28
20
uses : ./.github/workflows/build-common.yml
29
21
with :
79
71
# only the "common" checks are required for release branch PRs in order to avoid any unnecessary
80
72
# release branch maintenance (especially for patches)
81
73
needs :
82
- - gradle-wrapper-validation
83
74
- common
84
75
- muzzle
85
76
- shell-script-check
Original file line number Diff line number Diff line change @@ -11,14 +11,6 @@ permissions:
11
11
contents : read
12
12
13
13
jobs :
14
- gradle-wrapper-validation :
15
- runs-on : ubuntu-latest
16
- steps :
17
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
-
19
- # this needs to be in the top-level workflow in order to make OSSF scorecard happy
20
- - uses : gradle/actions/wrapper-validation@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
21
-
22
14
common :
23
15
uses : ./.github/workflows/build-common.yml
24
16
secrets :
Original file line number Diff line number Diff line change
1
+ name : " Validate Gradle Wrappers"
2
+
3
+ on :
4
+ push :
5
+ pull_request :
6
+
7
+ jobs :
8
+ validation :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
+
13
+ # this needs to be in its own workflow in order to make OSSF scorecard happy
14
+ - uses : gradle/actions/wrapper-validation@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
You can’t perform that action at this time.
0 commit comments