github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/syft/pkg/cataloger/githubactions/test-fixtures/call-shared-workflow.yaml (about) 1 jobs: 2 3 call-workflow-1-in-local-repo: 4 uses: octo-org/this-repo/.github/workflows/workflow-1.yml@172239021f7ba04fe7327647b213799853a9eb89 5 6 call-workflow-2-in-local-repo: 7 uses: ./.github/workflows/workflow-2.yml 8 9 call-workflow-in-another-repo: 10 uses: octo-org/another-repo/.github/workflows/workflow.yml@v1 11 12 13 unit-test: 14 runs-on: ubuntu-20.04 15 steps: 16 - uses: actions/checkout@v4 17 18 - name: Bootstrap environment 19 run: make unit