Skip to content

Commit bdddeb1

Browse files
authored
chore: disable action pinning, revert codecov (#616)
* chore: disable action pinning Signed-off-by: Todd Baert <[email protected]>
1 parent 41e9ebb commit bdddeb1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: mvn --batch-mode --update-snapshots verify
5050

5151
- name: Upload coverage to Codecov
52-
uses: codecov/codecov-action@b65fbdcf9751c92f3e0ac5e72616e5d5dd72bcdb
52+
uses: codecov/codecov-action@v3.1.4
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5555
flags: unittests # optional

.github/workflows/pullrequest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: mvn --batch-mode --update-snapshots --activate-profiles e2e verify
3737

3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@b65fbdcf9751c92f3e0ac5e72616e5d5dd72bcdb
39+
uses: codecov/codecov-action@v3.1.4
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4242
flags: unittests # optional

renovate.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
5-
"helpers:pinGitHubActionDigests"
4+
"config:base"
65
],
76
"packageRules": [
87
{

0 commit comments

Comments
 (0)