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 @@ -117,7 +117,7 @@ jobs:
117
117
118
118
- name : Upload coverage
119
119
if : matrix.python-version == env.STABLE_PYTHON_VERSION && matrix.os == 'ubuntu-latest'
120
- uses : codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5.0.3
120
+ uses : codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
121
121
with :
122
122
token : ${{ secrets.CODECOV_TOKEN }}
123
123
flags : tests
@@ -223,7 +223,7 @@ jobs:
223
223
hatch run example --broker-url=http://pactbroker:pactbroker@localhost:9292
224
224
225
225
- name : Upload coverage
226
- uses : codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5.0.3
226
+ uses : codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
227
227
with :
228
228
token : ${{ secrets.CODECOV_TOKEN }}
229
229
flags : examples
You can’t perform that action at this time.
0 commit comments