Update docs for ownership change (#2)
* Add files to prepare for ownership change * Fix tests * Update repo name * Update dependencies * Attempt to fix permissions issues blocking test * Update permissions * Add environment variable * Fix variable name * Update test.yml * Update test.yml
This commit is contained in:
+3
-3
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jhutchings1/component-detection-action.git"
|
||||
"url": "git+https://github.com/advanced-security/component-detection-dependency-submission-action.git"
|
||||
},
|
||||
"keywords": [
|
||||
"GitHub",
|
||||
@@ -21,9 +21,9 @@
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jhutchings1/component-detection-action/issues"
|
||||
"url": "https://github.com/advanced-security/component-detection-dependency-submission-action/issues"
|
||||
},
|
||||
"homepage": "https://github.com/jhutchings1/component-detection-action#readme",
|
||||
"homepage": "https://github.com/advanced-security/component-detection-dependency-submission-action#readme",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^5.1.1",
|
||||
|
||||
Reference in New Issue
Block a user