Update codecov/codecov-action digest to 0da7aa6 #568
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: 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 |