Skip to content

Commit

Permalink
chore(deps-dev): bump @octokit/plugin-rest-endpoint-methods from 10.2…
Browse files Browse the repository at this point in the history
….0 to 10.3.0 (#550)
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 0ed9ac7 commit 59319d7
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 20 deletions.
16 changes: 15 additions & 1 deletion dist/832.index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ __export(dist_src_exports, {
module.exports = __toCommonJS(dist_src_exports);

// pkg/dist-src/version.js
var VERSION = "10.2.0";
var VERSION = "10.3.0";

// pkg/dist-src/generated/endpoints.js
var Endpoints = {
Expand Down Expand Up @@ -1846,6 +1846,9 @@ var Endpoints = {
"GET /repos/{owner}/{repo}/actions/permissions/selected-actions"
],
getArtifact: ["GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}"],
getCustomOidcSubClaimForRepo: [
"GET /repos/{owner}/{repo}/actions/oidc/customization/sub"
],
getEnvironmentPublicKey: [
"GET /repositories/{repository_id}/environments/{environment_name}/secrets/public-key"
],
Expand Down Expand Up @@ -1998,6 +2001,9 @@ var Endpoints = {
setCustomLabelsForSelfHostedRunnerForRepo: [
"PUT /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"
],
setCustomOidcSubClaimForRepo: [
"PUT /repos/{owner}/{repo}/actions/oidc/customization/sub"
],
setGithubActionsDefaultWorkflowPermissionsOrganization: [
"PUT /orgs/{org}/actions/permissions/workflow"
],
Expand Down Expand Up @@ -2659,6 +2665,14 @@ var Endpoints = {
}
]
},
oidc: {
getOidcCustomSubTemplateForOrg: [
"GET /orgs/{org}/actions/oidc/customization/sub"
],
updateOidcCustomSubTemplateForOrg: [
"PUT /orgs/{org}/actions/oidc/customization/sub"
]
},
orgs: {
addSecurityManagerTeam: [
"PUT /orgs/{org}/security-managers/teams/{team_slug}"
Expand Down
2 changes: 1 addition & 1 deletion dist/832.index.js.map

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": "5.3.3"
},
"devDependencies": {
"@octokit/plugin-rest-endpoint-methods": "10.2.0",
"@octokit/plugin-rest-endpoint-methods": "10.3.0",
"@swc/jest": "0.2.36",
"@total-typescript/ts-reset": "0.5.1",
"@types/bluebird": "3.5.42",
Expand Down

0 comments on commit 59319d7

Please sign in to comment.