Skip to content

Download and submit dependency graph #458

Download and submit dependency graph

Download and submit dependency graph #458

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@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
with:
egress-policy: audit
- name: Download and submit dependency graph
uses: gradle/actions/dependency-submission@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
with:
dependency-graph: download-and-submit # Download saved dependency-graph and submit