File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3030 env :
3131 JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
3232 steps :
33- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
33+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3434 - name : Set up JDK
3535 uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
3636 with :
Original file line number Diff line number Diff line change 2828 - name : Validate version name
2929 run : |
3030 [[ "$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
3232 - name : Set up JDK
3333 uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
3434 with :
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : " Checkout code"
32- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
32+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3333 with :
3434 persist-credentials : false
3535
6060
6161 # Upload the results to GitHub's code scanning dashboard.
6262 - 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
6464 with :
6565 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -123,15 +123,15 @@ Implemented limits are:
123123 * Default: 20_000_000 (20 million) (since 2.15.1; 2.15.0 had lower limit, 5 million)
124124* Maximum Input nesting depth (2.15+): (see https://github.com/FasterXML/jackson-core/pull/943 )
125125 * Default: 1000 levels
126+ * Maximum Property name length (2.16+): (see https://github.com/FasterXML/jackson-core/issues/1047 )
127+ * Default: 50,000
126128* Maximum Document length (2.16+): (see https://github.com/FasterXML/jackson-core/issues/1046 )
127129 * Default: Unlimited (-1)
128130
129131### Output generation limits
130132
131133* Maximum Output nesting depth (2.16+): (see https://github.com/FasterXML/jackson-core/pull/1055 )
132134 * Default: 1000 levels
133- * Maximum Property name length (2.16+): (see https://github.com/FasterXML/jackson-core/issues/1047 )
134- * Default: 50,000
135135
136136### Re-configuring limits
137137
You can’t perform that action at this time.
0 commit comments