Skip to content

Commit

Permalink
Take the dependency submission piece out
Browse files Browse the repository at this point in the history
  • Loading branch information
iandees committed Sep 9, 2024
1 parent fcf5684 commit f1a1f3d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,3 @@ jobs:

- name: Build with Gradle Wrapper
run: ./gradlew build

dependency-submission:

runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'

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

0 comments on commit f1a1f3d

Please sign in to comment.