File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
steps :
33
33
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34
34
- name : Set up JDK
35
- uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0 .0
35
+ uses : actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1 .0
36
36
with :
37
37
distribution : ' temurin'
38
38
java-version : ${{ matrix.java_version }}
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@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
66
+ uses : codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
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 30
30
[[ "$TAG" =~ jackson-core-[0-9]+\.[0-9]+\.[0-9]+(-rc[0-9]+)? ]] || exit 1
31
31
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
32
32
- name : Set up JDK
33
- uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0 .0
33
+ uses : actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1 .0
34
34
with :
35
35
distribution : " temurin"
36
36
java-version : " 8"
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@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
63
+ uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
64
64
with :
65
65
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments