Skip to content

Commit 5c5b1ac

Browse files
github-actions[bot]jdaltonclaude
committed
Sync with OpenAPI definition (#424)
* chore(workflows): update socket-registry workflow SHAs to 5d91b07b Update references to SocketDev/socket-registry workflows and actions to latest main branch SHA. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * fix(openapi): sync with openapi definition --------- Co-authored-by: jdalton <john.david.dalton@gmail.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: John-David Dalton <jdalton@users.noreply.github.com>
1 parent 276babb commit 5c5b1ac

8 files changed

Lines changed: 24 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
ci:
1919
name: Run CI Pipeline
20-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
20+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-28
2121
with:
2222
fail-fast: false
2323
lint-script: 'pnpm run lint --all'

.github/workflows/claude-auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ permissions:
1212

1313
jobs:
1414
auto-review:
15-
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
15+
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-28
1616
secrets:
1717
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ permissions:
1919

2020
jobs:
2121
claude:
22-
uses: SocketDev/socket-registry/.github/workflows/claude.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
22+
uses: SocketDev/socket-registry/.github/workflows/claude.yml@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-28
2323
secrets:
2424
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
autocrlf: false
4545
token: ${{ secrets.GITHUB_TOKEN }}
4646

47-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # main
47+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # main
4848

4949
- name: Fetch latest OpenAPI definition
5050
id: fetch
@@ -139,7 +139,7 @@ jobs:
139139
autocrlf: false
140140
ref: automated/open-api
141141

142-
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # main
142+
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # main
143143

144144
- name: Build SDK
145145
run: pnpm run build

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
publish:
21-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
21+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-28
2222
with:
2323
debug: ${{ inputs.debug }}
2424
package-name: '@socketsecurity/sdk'

.github/workflows/socket-auto-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
2323
socket-auto-pr:
24-
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@e7f70a7eb857a85b4f30677f9fc2c38bc9c4d56e # 2025-10-28
24+
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-28
2525
with:
2626
debug: ${{ inputs.debug }}
2727
autopilot: true

openapi.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,16 @@
12501250
"description": "",
12511251
"nullable": true
12521252
},
1253+
"deny": {
1254+
"type": "array",
1255+
"items": {
1256+
"type": "string",
1257+
"description": "",
1258+
"default": ""
1259+
},
1260+
"description": "",
1261+
"nullable": true
1262+
},
12531263
"options": {
12541264
"type": "array",
12551265
"items": {
@@ -1263,6 +1273,7 @@
12631273
},
12641274
"required": [
12651275
"allow",
1276+
"deny",
12661277
"monitor",
12671278
"options",
12681279
"warn"
@@ -30441,7 +30452,7 @@
3044130452
]
3044230453
}
3044330454
],
30444-
"description": "Returns an organization's license policy\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- license-policy:read",
30455+
"description": "Returns an organization's license policy including allow, warn, monitor, and deny categories.\nThe deny category contains all licenses that are not explicitly categorized as allow, warn, or monitor.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- license-policy:read",
3044530456
"responses": {
3044630457
"200": {
3044730458
"content": {

types/api.d.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,8 @@ export interface paths {
675675
'/orgs/{org_slug}/settings/license-policy/view': {
676676
/**
677677
* Get License Policy (Beta)
678-
* @description Returns an organization's license policy
678+
* @description Returns an organization's license policy including allow, warn, monitor, and deny categories.
679+
* The deny category contains all licenses that are not explicitly categorized as allow, warn, or monitor.
679680
*
680681
* This endpoint consumes 1 unit of your quota.
681682
*
@@ -1746,6 +1747,7 @@ export interface components {
17461747
allow: string[] | null
17471748
warn: string[] | null
17481749
monitor: string[] | null
1750+
deny: string[] | null
17491751
options: string[] | null
17501752
}
17511753
Capabilities: {
@@ -12006,7 +12008,8 @@ export interface operations {
1200612008
}
1200712009
/**
1200812010
* Get License Policy (Beta)
12009-
* @description Returns an organization's license policy
12011+
* @description Returns an organization's license policy including allow, warn, monitor, and deny categories.
12012+
* The deny category contains all licenses that are not explicitly categorized as allow, warn, or monitor.
1201012013
*
1201112014
* This endpoint consumes 1 unit of your quota.
1201212015
*

0 commit comments

Comments
 (0)