diff --git a/plugin-self-test b/plugin-self-test index 8ccf15e..16dd619 100755 --- a/plugin-self-test +++ b/plugin-self-test @@ -15,6 +15,6 @@ else -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer $GITHUB_TOKEN"\ -H "X-GitHub-Api-Version: 2022-11-28" \ - https://api.github.com/repos/gradle/dependency-graph-gradle-plugin/dependency-graph/snapshots \ + https://api.github.com/repos/gradle/github-dependency-graph-gradle-plugin/dependency-graph/snapshots \ -d @build/reports/dependency-graph-snapshots/plugin-self-test.json fi