Skip to content

Commit be77b2c

Browse files
build(release): compiled action for 2.0.21
[skip ci]
1 parent 5863f26 commit be77b2c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

dist/index.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

26072612
function endpointsToMethods(octokit, endpointsMap) {
26082613
const newMethods = {};
@@ -9376,7 +9381,7 @@ var authAction = __webpack_require__(550);
93769381
var pluginPaginateRest = __webpack_require__(299);
93779382
var pluginRestEndpointMethods = __webpack_require__(311);
93789383

9379-
const VERSION = "3.1.5";
9384+
const VERSION = "3.1.6";
93809385

93819386
const Octokit = core.Octokit.plugin(pluginPaginateRest.paginateRest, pluginRestEndpointMethods.restEndpointMethods).defaults({
93829387
authStrategy: authAction.createActionAuth,

0 commit comments

Comments
 (0)