Download and submit dependency graph #348
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See: https://github.com/gradle/actions/blob/main/docs/dependency-submission.md#usage-with-pull-requests-from-public-forked-repositories | |
name: Download and submit dependency graph | |
on: | |
workflow_run: | |
workflows: ['Generate and save dependency graph'] | |
types: [completed] | |
permissions: | |
actions: read | |
contents: write | |
jobs: | |
submit-dependency-graph: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Download and submit dependency graph | |
uses: gradle/actions/dependency-submission@v4 | |
with: | |
dependency-graph: download-and-submit # Download saved dependency-graph and submit |