Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sarhatabaot committed Mar 15, 2024
2 parents 89ec81f + 13842c6 commit 07b8c4b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,22 @@ jobs:
uses: gradle/gradle-build-action@585b565652cefbba63202a7f927df0ff99f34001
with:
arguments: 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@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

0 comments on commit 07b8c4b

Please sign in to comment.