Skip to content

Commit

Permalink
[PRMT-4322] Updated gradle-build-action to use 2.11.1 to address De…
Browse files Browse the repository at this point in the history
…pendabot Alert #1
  • Loading branch information
martin-nhs committed Dec 20, 2023
1 parent c530cca commit ef6bc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.11.1
with:
dependency-graph: generate-and-submit
- name: Run a build and generate the dependency graph which will be submitted post-job
Expand Down

0 comments on commit ef6bc67

Please sign in to comment.