Skip to content

Download and submit dependency graph #365

Download and submit dependency graph

Download and submit dependency graph #365

name: Download and submit dependency graph
on:
workflow_run:
workflows: ['Build and check']
types: [completed]
permissions:
actions: read
contents: write
jobs:
submit-dependency-graph:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- name: Download and submit dependency graph
uses: gradle/actions/dependency-submission@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
with:
dependency-graph: download-and-submit # Download saved dependency-graph and submit