yumemi-inc/Gradle Dependency Diff Report

A GitHub Action that reports Gradle dependency differences.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
modulesTarget Gradle modules separated by spaces or line breaks.yes
configurationConfiguration of Gradle dependencies task.no
project-dirRoot directory of the target application under the repository.no.
scriptBash script to run before Gradle dependencies task.no
gradle-optionAdditional Gradle options when running Gradle dependencies task.no
report-titleReport title in job summary.noReport from Gradle Dependency Diff Report action
head-refCurrent branch, tag, or commit SHA to compare with base.no${{ github.event_name == 'pull_request_target' && format('refs/pull/{0}/merge',github.event.number) || github.sha }}
base-refBranch, tag, or commit SHA as a basis for comparison.no${{ (github.event_name == 'pull_request' && github.base_ref) || (github.event_name == 'pull_request_target' && github.base_ref) || (github.event_name == 'push' && (startsWith(github.event.before, '0000') && github.event.repository.default_branch || github.event.before)) || (github.event_name == 'merge_group' && github.event.merge_group.base_sha) || github.event.repository.default_branch }}
use-merge-baseWhether to compare with the latest common commit.nofalse
namedescription
exists-diffWhether there are any differences in dependencies.