Skip to content

Commit f3f7472

Browse files
fix: description updates, remove GHES 3.7 (#71)
BREAKING CHANGE: remove GHES 3.7
1 parent 69e182f commit f3f7472

File tree

19 files changed

+62
-337755
lines changed

19 files changed

+62
-337755
lines changed

cache/api.github.com.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24410,7 +24410,7 @@
2441024410
},
2441124411
"code-scanning-ref": {
2441224412
"type": "string",
24413-
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
24413+
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
2441424414
},
2441524415
"code-scanning-analysis-analysis-key": {
2441624416
"type": "string",
@@ -31863,7 +31863,7 @@
3186331863
"type": "object",
3186431864
"properties": {
3186531865
"state": {
31866-
"description": "Whether code scanning default setup has been configured or not.",
31866+
"description": "The desired state of code scanning default setup.",
3186731867
"type": "string",
3186831868
"enum": ["configured", "not-configured"]
3186931869
},
@@ -31890,7 +31890,7 @@
3189031890
}
3189131891
}
3189231892
},
31893-
"required": ["state"]
31893+
"additionalProperties": false
3189431894
},
3189531895
"code-scanning-default-setup-update-response": {
3189631896
"description": "You can use `run_url` to track the status of the run. This includes a property status and conclusion.\nYou should not rely on this always being an actions workflow run object.",
@@ -31906,6 +31906,12 @@
3190631906
}
3190731907
}
3190831908
},
31909+
"code-scanning-ref-full": {
31910+
"type": "string",
31911+
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`.",
31912+
"pattern": "^refs/(heads|pull)/.*$",
31913+
"examples": ["refs/heads/main"]
31914+
},
3190931915
"code-scanning-analysis-sarif-file": {
3191031916
"description": "A Base64 string representing the SARIF file to upload. You must first compress your SARIF file using [`gzip`](http://www.gnu.org/software/gzip/manual/gzip.html) and then translate the contents of the file into a Base64 encoding string. For more information, see \"[SARIF support for code scanning](https://docs.github.com/code-security/secure-coding/sarif-support-for-code-scanning).\"",
3191131917
"type": "string"

cache/ghec.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22098,7 +22098,7 @@
2209822098
},
2209922099
"code-scanning-ref": {
2210022100
"type": "string",
22101-
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
22101+
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
2210222102
},
2210322103
"code-scanning-analysis-analysis-key": {
2210422104
"type": "string",
@@ -33030,7 +33030,7 @@
3303033030
"type": "object",
3303133031
"properties": {
3303233032
"state": {
33033-
"description": "Whether code scanning default setup has been configured or not.",
33033+
"description": "The desired state of code scanning default setup.",
3303433034
"type": "string",
3303533035
"enum": ["configured", "not-configured"]
3303633036
},
@@ -33057,7 +33057,7 @@
3305733057
}
3305833058
}
3305933059
},
33060-
"required": ["state"]
33060+
"additionalProperties": false
3306133061
},
3306233062
"code-scanning-default-setup-update-response": {
3306333063
"description": "You can use `run_url` to track the status of the run. This includes a property status and conclusion.\nYou should not rely on this always being an actions workflow run object.",
@@ -33073,6 +33073,12 @@
3307333073
}
3307433074
}
3307533075
},
33076+
"code-scanning-ref-full": {
33077+
"type": "string",
33078+
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`.",
33079+
"pattern": "^refs/(heads|pull)/.*$",
33080+
"examples": ["refs/heads/main"]
33081+
},
3307633082
"code-scanning-analysis-sarif-file": {
3307733083
"description": "A Base64 string representing the SARIF file to upload. You must first compress your SARIF file using [`gzip`](http://www.gnu.org/software/gzip/manual/gzip.html) and then translate the contents of the file into a Base64 encoding string. For more information, see \"[SARIF support for code scanning](https://docs.github.com/enterprise-cloud@latest//code-security/secure-coding/sarif-support-for-code-scanning).\"",
3307833084
"type": "string"

cache/ghes-3.10.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22816,7 +22816,7 @@
2281622816
},
2281722817
"code-scanning-ref": {
2281822818
"type": "string",
22819-
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
22819+
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
2282022820
},
2282122821
"code-scanning-analysis-analysis-key": {
2282222822
"type": "string",
@@ -31456,7 +31456,7 @@
3145631456
"type": "object",
3145731457
"properties": {
3145831458
"state": {
31459-
"description": "Whether code scanning default setup has been configured or not.",
31459+
"description": "The desired state of code scanning default setup.",
3146031460
"type": "string",
3146131461
"enum": ["configured", "not-configured"]
3146231462
},
@@ -31482,6 +31482,7 @@
3148231482
}
3148331483
}
3148431484
},
31485+
"additionalProperties": true,
3148531486
"required": ["state"]
3148631487
},
3148731488
"code-scanning-default-setup-update-response": {
@@ -31498,6 +31499,12 @@
3149831499
}
3149931500
}
3150031501
},
31502+
"code-scanning-ref-full": {
31503+
"type": "string",
31504+
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`.",
31505+
"pattern": "^refs/(heads|pull)/.*$",
31506+
"examples": ["refs/heads/main"]
31507+
},
3150131508
"code-scanning-analysis-sarif-file": {
3150231509
"description": "A Base64 string representing the SARIF file to upload. You must first compress your SARIF file using [`gzip`](http://www.gnu.org/software/gzip/manual/gzip.html) and then translate the contents of the file into a Base64 encoding string. For more information, see \"[SARIF support for code scanning](https://docs.github.com/[email protected]/code-security/secure-coding/sarif-support-for-code-scanning).\"",
3150331510
"type": "string"

0 commit comments

Comments
 (0)