File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 run : tox -e coverage-ci
117117
118118 - name : Upload Coverage to codecov.io
119- uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
119+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
120120 with :
121121 # We utilize secret for more realiable builds. Without secret being set, upload step
122122 # fails fairly often.
@@ -436,15 +436,3 @@ jobs:
436436 run : |
437437 python -m pip install requests
438438 python ./contrib/trigger_rtd_build.py
439-
440- old_check_name :
441- name : Build and upload Documentation
442- runs-on : ubuntu-latest
443- steps :
444- - run : echo "OK"
445-
446- old_check_name_2 :
447- name : Run Various Lint and Other Checks
448- runs-on : ubuntu-latest
449- steps :
450- - run : echo "OK"
You can’t perform that action at this time.
0 commit comments