Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit f7204aa

Browse files
committed
Add Gradle dependency submission for Dependabot
1 parent 3fad65e commit f7204aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
env:
4242
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4343

44+
- name: Generate and submit dependency graph
45+
uses: gradle/actions/dependency-submission@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
46+
4447
- name: Release
4548
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
4649
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)