File tree 3 files changed +17
-7
lines changed
3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 47
47
- name : Spotless
48
48
run : ./gradlew spotlessCheck ${{ inputs.no-build-cache && '--no-build-cache' || '' }}
49
49
50
- gradle-wrapper-validation :
51
- runs-on : ubuntu-latest
52
- steps :
53
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54
-
55
- - uses : gradle/actions/wrapper-validation@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
56
-
57
50
license-check :
58
51
runs-on : ubuntu-latest
59
52
steps :
Original file line number Diff line number Diff line change @@ -16,6 +16,14 @@ 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@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
26
+
19
27
common :
20
28
uses : ./.github/workflows/build-common.yml
21
29
with :
71
79
# only the "common" checks are required for release branch PRs in order to avoid any unnecessary
72
80
# release branch maintenance (especially for patches)
73
81
needs :
82
+ - gradle-wrapper-validation
74
83
- common
75
84
- muzzle
76
85
- shell-script-check
Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ 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@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
21
+
14
22
common :
15
23
uses : ./.github/workflows/build-common.yml
16
24
You can’t perform that action at this time.
0 commit comments