Skip to content

Commit 42b7122

Browse files
authored
Merge pull request #337 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 30c53db + 19af4be commit 42b7122

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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Test with Gradle
3333
run: ./gradlew assemble check
3434
- name: Generate and submit dependency graph
35-
uses: gradle/actions/dependency-submission@748248ddd2a24f49513d8f472f81c3a07d4d50e1 # v4.4.4
35+
uses: gradle/actions/dependency-submission@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
3636
if: github.ref == 'refs/heads/master'
3737
env:
3838
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: runtimeClasspath

0 commit comments

Comments
 (0)