Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Fix typo
- Change to link to gradle/actions/dependency-submission
  • Loading branch information
bigdaz authored Apr 28, 2024
1 parent b8a6480 commit caaf698
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
A Gradle plugin for generating a GitHub dependency graph for a Gradle build, which can be uploaded to the [GitHub Dependency Submission API](https://docs.github.com/en/rest/dependency-graph/dependency-submission).

## Usage
This plugin is designed to be used in a GitHub Actions workflow, an is tightly integrated into the [Gradle Build Action](https://github.com/gradle/gradle-build-action#github-dependency-graph-support).
This plugin is designed to be used in a GitHub Actions workflow, and is tightly integrated into the
[gradle/actions/dependency-submission](https://github.com/gradle/actions/tree/main/dependency-submission) action.

For other uses, the [core plugin](https://plugins.gradle.org/plugin/org.gradle.github-dependency-graph-gradle-plugin) (`org.gradle.github.GitHubDependencyGraphPlugin`)
should be applied to the `Gradle` instance via a Gradle init script as follows:
Expand Down

0 comments on commit caaf698

Please sign in to comment.