Updating URL references to renamed repository
This commit is contained in:
+6
-6
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "maven-dependency-tree-submission",
|
"name": "maven-dependency-submission-action",
|
||||||
"version": "3.0.3",
|
"version": "4.0.0",
|
||||||
"description": "",
|
"description": "Submit Maven dependencies to GitHub dependency submission API",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"base-build": "npm ci && tsc",
|
"base-build": "npm ci && tsc",
|
||||||
@@ -11,15 +11,15 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/advanced-security/maven-dependency-tree-action.git"
|
"url": "git+https://github.com/advanced-security/maven-dependency-submission-action.git"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "GitHub, Inc",
|
"author": "GitHub, Inc",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/advanced-security/maven-dependency-tree-action/issues"
|
"url": "https://github.com/advanced-security/maven-dependency-submission-action/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/advanced-security/maven-dependency-tree-action#readme",
|
"homepage": "https://github.com/advanced-security/maven-dependency-submission-action#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.1",
|
"@actions/core": "^1.10.1",
|
||||||
"@github/dependency-submission-toolkit": "^1.2.10",
|
"@github/dependency-submission-toolkit": "^1.2.10",
|
||||||
|
|||||||
Reference in New Issue
Block a user