File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 49
49
run : mvn --batch-mode --update-snapshots verify
50
50
51
51
- name : Upload coverage to Codecov
52
- uses : codecov/codecov-action@b65fbdcf9751c92f3e0ac5e72616e5d5dd72bcdb
52
+ uses : codecov/codecov-action@v3.1.4
53
53
with :
54
54
token : ${{ secrets.CODECOV_TOKEN }} # not required for public repos
55
55
flags : unittests # optional
Original file line number Diff line number Diff line change 36
36
run : mvn --batch-mode --update-snapshots --activate-profiles e2e verify
37
37
38
38
- name : Upload coverage to Codecov
39
- uses : codecov/codecov-action@b65fbdcf9751c92f3e0ac5e72616e5d5dd72bcdb
39
+ uses : codecov/codecov-action@v3.1.4
40
40
with :
41
41
token : ${{ secrets.CODECOV_TOKEN }} # not required for public repos
42
42
flags : unittests # optional
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
- " config:base" ,
5
- " helpers:pinGitHubActionDigests"
4
+ " config:base"
6
5
],
7
6
"packageRules" : [
8
7
{
You can’t perform that action at this time.
0 commit comments