File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
121
121
- name : Upload coverage
122
122
if : matrix.python-version == env.STABLE_PYTHON_VERSION && matrix.os == 'ubuntu-latest'
123
- uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
123
+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
124
124
with :
125
125
token : ${{ secrets.CODECOV_TOKEN }}
126
126
flags : tests
@@ -232,7 +232,7 @@ jobs:
232
232
hatch run example --broker-url=http://pactbroker:pactbroker@localhost:9292
233
233
234
234
- name : Upload coverage
235
- uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
235
+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
236
236
with :
237
237
token : ${{ secrets.CODECOV_TOKEN }}
238
238
flags : examples
You can’t perform that action at this time.
0 commit comments