We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0129d commit af1deb0Copy full SHA for af1deb0
.github/workflows/gradle.yml
@@ -52,6 +52,9 @@ jobs:
52
java-version: '11'
53
distribution: 'temurin'
54
55
+ - name: Set up Gradle
56
+ uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
57
+
58
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
59
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
60
- name: Generate and submit dependency graph
0 commit comments