Skip to content

Capture process output as file attachments #495

Capture process output as file attachments

Capture process output as file attachments #495

name: Gradle Dependency Submission
on:
push:
branches:
- main
permissions: read-all
jobs:
dependency-submission:
if: github.repository == 'junit-team/junit5'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 1
- name: Setup Java
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
with:
distribution: temurin
java-version: 21
check-latest: true
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@0bdd871935719febd78681f197cd39af5b6e16a6 # v4