File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2522,6 +2522,11 @@ const Endpoints = {
25222522 } ] ,
25232523 users : [ "GET /search/users" ]
25242524 } ,
2525+ secretScanning : {
2526+ getAlert : [ "GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}" ] ,
2527+ listAlertsForRepo : [ "GET /repos/{owner}/{repo}/secret-scanning/alerts" ] ,
2528+ updateAlert : [ "PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}" ]
2529+ } ,
25252530 teams : {
25262531 addOrUpdateMembershipForUserInOrg : [ "PUT /orgs/{org}/teams/{team_slug}/memberships/{username}" ] ,
25272532 addOrUpdateProjectPermissionsInOrg : [ "PUT /orgs/{org}/teams/{team_slug}/projects/{project_id}" , {
@@ -2602,7 +2607,7 @@ const Endpoints = {
26022607 }
26032608} ;
26042609
2605- const VERSION = "4.3 .1" ;
2610+ const VERSION = "4.4 .1" ;
26062611
26072612function endpointsToMethods ( octokit , endpointsMap ) {
26082613 const newMethods = { } ;
@@ -9376,7 +9381,7 @@ var authAction = __webpack_require__(550);
93769381var pluginPaginateRest = __webpack_require__ ( 299 ) ;
93779382var pluginRestEndpointMethods = __webpack_require__ ( 311 ) ;
93789383
9379- const VERSION = "3.1.5 " ;
9384+ const VERSION = "3.1.6 " ;
93809385
93819386const Octokit = core . Octokit . plugin ( pluginPaginateRest . paginateRest , pluginRestEndpointMethods . restEndpointMethods ) . defaults ( {
93829387 authStrategy : authAction . createActionAuth ,
You can’t perform that action at this time.
0 commit comments