File tree Expand file tree Collapse file tree 5 files changed +18
-15
lines changed Expand file tree Collapse file tree 5 files changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -173,12 +173,12 @@ jobs:
173
173
- name : build javadoc
174
174
if : github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main'
175
175
run : ./gradlew alljavadoc
176
- dependency-submission :
177
- permissions :
178
- contents : write
179
- runs-on : ubuntu-latest
180
- steps :
181
- - name : Checkout sources
182
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
183
- - name : Generate and submit dependency graph
184
- uses : gradle/actions/dependency-submission@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3
176
+ # dependency-submission:
177
+ # permissions:
178
+ # contents: write
179
+ # runs-on: ubuntu-latest
180
+ # steps:
181
+ # - name: Checkout sources
182
+ # uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
183
+ # - name: Generate and submit dependency graph
184
+ # uses: gradle/actions/dependency-submission@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3
Original file line number Diff line number Diff line change 19
19
schedule :
20
20
- cron : ' 37 10 * * 6'
21
21
22
+ # Declare default permissions as read only.
23
+ permissions : read-all
24
+
22
25
jobs :
23
26
analyze :
24
27
name : Analyze
47
50
- name : Checkout repository
48
51
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
49
52
53
+ - uses : gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92 # v2.1.2
54
+
50
55
# Initializes the CodeQL tools for scanning.
51
56
- name : Initialize CodeQL
52
57
uses : github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3
Original file line number Diff line number Diff line change 54
54
distribution : ' temurin'
55
55
java-version : ' 17'
56
56
57
+ - uses : gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92 # v2.1.2
58
+
57
59
- name : Setup Graphviz
58
60
uses : ts-graphviz/setup-graphviz@d5b2b6b67007094b256f3fd2fa6cf0ac41ceef25 # v2.0.0
59
61
Original file line number Diff line number Diff line change 45
45
update_readme :
46
46
runs-on : ubuntu-latest
47
47
48
- permissions :
49
- contents : write # for stefanzweifel/git-auto-commit-action to push code in repo
50
-
51
48
needs : [release_tag]
52
49
if : startsWith( github.ref, 'refs/tags/')
53
50
@@ -108,9 +105,6 @@ jobs:
108
105
docs :
109
106
name : Build and release docs
110
107
111
- permissions :
112
- contents : write # for stefanzweifel/git-auto-commit-action to push code in repo
113
-
114
108
runs-on : ubuntu-latest
115
109
needs : [release_tag]
116
110
if : startsWith( github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change 36
36
with :
37
37
persist-credentials : false
38
38
39
+ - uses : gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92 # v2.1.2
40
+
39
41
- name : " Run analysis"
40
42
uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
41
43
with :
You can’t perform that action at this time.
0 commit comments