Skip to content

Commit cec92a7

Browse files
authored
Merge pull request #378 from gocd-contrib/dependabot/github_actions/github-actions-6f340e2863
Bump gradle/actions from 4.4.4 to 5.0.0 in the github-actions group
2 parents 9a3a388 + 982ed83 commit cec92a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Test with Gradle
2929
run: ./gradlew assemble check
3030
- name: Generate and submit dependency graph
31-
uses: gradle/actions/dependency-submission@748248ddd2a24f49513d8f472f81c3a07d4d50e1 # v4.4.4
31+
uses: gradle/actions/dependency-submission@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
3232
if: github.ref == 'refs/heads/master'
3333
env:
3434
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: runtimeClasspath

0 commit comments

Comments
 (0)