Skip to content

Commit 31dd23d

Browse files
committed
Remove comments in the workflow and rename it
1 parent a57a608 commit 31dd23d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
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-
8-
name: Java CI with Gradle
1+
name: CI
92

103
on:
114
push:
@@ -48,7 +41,5 @@ jobs:
4841
java-version: '21'
4942
distribution: 'temurin'
5043

51-
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
52-
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
5344
- name: Generate and submit dependency graph
5445
uses: gradle/actions/dependency-submission@v4

0 commit comments

Comments
 (0)