File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
run : ./mvnw -B -q -ff -ntp test
64
64
- name : Publish code coverage
65
65
if : github.event_name != 'pull_request' && matrix.java_version == '8'
66
- uses : codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
66
+ uses : codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
67
67
with :
68
68
token : ${{ secrets.CODECOV_TOKEN }}
69
69
file : ./target/site/jacoco/jacoco.xml
Original file line number Diff line number Diff line change 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
63
+ uses : github/codeql-action/upload-sarif@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
64
64
with :
65
65
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ a pure JSON library.
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
- 2.17 .0 ( not yet released )
17
+ 2.17 .0 - rc1 ( 26 - Feb - 2024 )
18
18
19
19
#507 : Add `JsonWriteFeature.ESCAPE_FORWARD_SLASHES` to allow escaping of '/' for
20
20
String values
You can’t perform that action at this time.
0 commit comments