File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 16
16
os : [ubuntu-latest, macos-latest, windows-latest]
17
17
python-version : ["3.11"]
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
20
- name : Set up Python ${{ matrix.python-version }}
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
cache : ' pip'
30
30
pip install pytest pytest-cov
31
31
pytest --cov=./ --cov-report=xml
32
32
- name : Upload coverage to Codecov
33
- uses : codecov/codecov-action@v3
33
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
34
34
with :
35
35
files : ./coverage.xml
36
- fail_ci_if_error : true
36
+ fail_ci_if_error : true
Original file line number Diff line number Diff line change 23
23
- os : macos-latest
24
24
python-version : " 3.7"
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
- name : Set up Python ${{ matrix.python-version }}
28
- uses : actions/setup-python@v4
28
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
29
29
with :
30
30
python-version : ${{ matrix.python-version }}
31
31
cache : ' pip'
44
44
black --check --diff .
45
45
- name : Check with flake8
46
46
run : |
47
- flake8 --show-source --statistics .
47
+ flake8 --show-source --statistics .
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [
4
+ " github>ycharts/ycharts_systems:renovate-default.json5"
5
+ ],
6
+ "enabledManagers" : [" github-actions" ]
7
+ }
You can’t perform that action at this time.
0 commit comments