File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 1- # This workflow uses actions that are not certified by GitHub.
2- # They are provided by a third-party and are governed by
3- # separate terms of service, privacy policy, and support
4- # documentation.
5- # This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
6- # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
7-
81name : Java CI with Gradle
92
103on :
8376 run : |-
8477 echo '${{ steps.compute-ssh.outputs.stdout }}'
8578 echo '${{ steps.compute-ssh.outputs.stderr }}'
86-
87-
88- dependency-submission :
89-
90- runs-on : ubuntu-latest
91- permissions :
92- contents : write
93-
94- steps :
95- - uses : actions/checkout@v4
96- - name : Set up JDK 17
97- uses : actions/setup-java@v4
98- with :
99- java-version : ' 21'
100- distribution : ' temurin'
101-
102- # Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
103- # See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
104- - name : Generate and submit dependency graph
105- uses : gradle/actions/dependency-submission@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
You can’t perform that action at this time.
0 commit comments