File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/main/java/tools/jackson/databind/ser/jdk Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
27
27
28
28
# Initializes the CodeQL tools for scanning.
29
29
- name : Initialize CodeQL
30
- uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
30
+ uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
31
31
with :
32
32
languages : ${{ matrix.language }}
33
33
34
34
- name : Autobuild
35
- uses : github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
35
+ uses : github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
36
36
37
37
- name : Perform CodeQL Analysis
38
- uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
38
+ uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Repository dispatch
39
- uses : peter-evans/repository-dispatch@ecf2992313667576730f6bc1cc2801247ca89e1d # v3.0.0
39
+ uses : peter-evans/repository-dispatch@25237563b45ca02acc9f277837f7e17abc0a48a9 # v3.0.0
40
40
with :
41
41
token : ${{ secrets.token }}
42
42
repository : ${{ matrix.repo }}
Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Repository dispatch
39
- uses : peter-evans/repository-dispatch@ecf2992313667576730f6bc1cc2801247ca89e1d # v3.0.0
39
+ uses : peter-evans/repository-dispatch@25237563b45ca02acc9f277837f7e17abc0a48a9 # v3.0.0
40
40
with :
41
41
token : ${{ secrets.token }}
42
42
repository : ${{ matrix.repo }}
Original file line number Diff line number Diff line change 17
17
18
18
/**
19
19
* Container class for serializers used for handling standard JDK-provided
20
- * types.
20
+ * primitive number types and their wrapper counterparts (like {@link java.lang.Integer}) .
21
21
*/
22
22
public class NumberSerializers {
23
23
protected NumberSerializers () { }
You can’t perform that action at this time.
0 commit comments