File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 30
30
env :
31
31
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
32
32
steps :
33
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
33
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34
34
- name : Set up JDK
35
35
uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
36
36
with :
Original file line number Diff line number Diff line change 28
28
- name : Validate version name
29
29
run : |
30
30
[[ "$TAG" =~ jackson-core-[0-9]+\.[0-9]+\.[0-9]+(-rc[0-9]+)? ]] || exit 1
31
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
31
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
32
32
- name : Set up JDK
33
33
uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
34
34
with :
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : " Checkout code"
32
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
32
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
33
with :
34
34
persist-credentials : false
35
35
60
60
61
61
# Upload the results to GitHub's code scanning dashboard.
62
62
- name : " Upload to code-scanning"
63
- uses : github/codeql-action/upload-sarif@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
63
+ uses : github/codeql-action/upload-sarif@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4
64
64
with :
65
65
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -123,15 +123,15 @@ Implemented limits are:
123
123
* Default: 20_000_000 (20 million) (since 2.15.1; 2.15.0 had lower limit, 5 million)
124
124
* Maximum Input nesting depth (2.15+): (see https://github.com/FasterXML/jackson-core/pull/943 )
125
125
* Default: 1000 levels
126
+ * Maximum Property name length (2.16+): (see https://github.com/FasterXML/jackson-core/issues/1047 )
127
+ * Default: 50,000
126
128
* Maximum Document length (2.16+): (see https://github.com/FasterXML/jackson-core/issues/1046 )
127
129
* Default: Unlimited (-1)
128
130
129
131
### Output generation limits
130
132
131
133
* Maximum Output nesting depth (2.16+): (see https://github.com/FasterXML/jackson-core/pull/1055 )
132
134
* Default: 1000 levels
133
- * Maximum Property name length (2.16+): (see https://github.com/FasterXML/jackson-core/issues/1047 )
134
- * Default: 50,000
135
135
136
136
### Re-configuring limits
137
137
You can’t perform that action at this time.
0 commit comments