Skip to content

Commit 8f4337e

Browse files
authored
Update Java CI-CD.yml
1 parent 85a3bbe commit 8f4337e

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/Java CI-CD.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
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-
81
name: Java CI with Gradle
92

103
on:
@@ -83,23 +76,3 @@ jobs:
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

0 commit comments

Comments
 (0)