Test dependency-submission submit #2
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
name: Test dependency-submission submit | |
on: | |
workflow_run: | |
workflows: ['Test dependency-submission save'] | |
types: [completed] | |
permissions: | |
contents: write | |
jobs: | |
dependency-submission-submit: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout sources | |
uses: actions/checkout@v4 | |
- name: Download and submit dependency graph | |
uses: ./dependency-submission | |
with: | |
dependency-graph: download-and-submit |