File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,8 @@ jobs:
174
174
if : github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main'
175
175
run : ./gradlew alljavadoc
176
176
dependency-submission :
177
+ permissions :
178
+ contents : write
177
179
runs-on : ubuntu-latest
178
180
steps :
179
181
# Get GitHub token via the CT SDKs App
@@ -186,6 +188,6 @@ jobs:
186
188
- name : Checkout sources
187
189
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
188
190
- name : Generate and submit dependency graph
189
- uses : gradle/actions/dependency-submission@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3
191
+ uses : gradle/actions/dependency-submission@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2
190
192
with :
191
193
github-token : ${{ steps.generate_github_token.outputs.token }}
You can’t perform that action at this time.
0 commit comments