File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 name : Lint & Type Check
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
14+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
16- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
16+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1717 with :
1818 python-version : " 3.12"
1919
Original file line number Diff line number Diff line change 1313 contents : read
1414 id-token : write
1515 steps :
16- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
16+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
18- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
18+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1919 with :
2020 python-version : " 3.12"
2121
Original file line number Diff line number Diff line change 3838 - 9143:143
3939 - 9080:80
4040 steps :
41- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
41+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242
43- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
43+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4444 with :
4545 python-version : " 3.12"
4646 cache : pip
9595 run : pytest tests/integration/ -v -m integration --ignore=tests/integration/test_session_cache.py --cov=nc_mcp_server --cov-report=xml:coverage-integration.xml
9696
9797 - name : Upload coverage
98- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
98+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
9999 with :
100100 files : coverage-integration.xml
101101 flags : integration,nc${{ matrix.nextcloud-version }}
@@ -130,9 +130,9 @@ jobs:
130130 --health-retries 30
131131 --health-start-period 60s
132132 steps :
133- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
133+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
134134
135- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
135+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
136136 with :
137137 python-version : " 3.12"
138138 cache : pip
@@ -166,7 +166,7 @@ jobs:
166166 run : pytest tests/integration/test_session_cache.py -v -m integration --cov=nc_mcp_server --cov-report=xml:coverage-session-cache.xml
167167
168168 - name : Upload coverage
169- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
169+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
170170 with :
171171 files : coverage-session-cache.xml
172172 flags : session-cache
Original file line number Diff line number Diff line change 1414 matrix :
1515 python-version : ["3.12", "3.13", "3.14"]
1616 steps :
17- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
17+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
19- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
19+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222
2929 run : pytest tests/ -v --ignore=tests/integration/ --cov=nc_mcp_server --cov-report=xml:coverage-unit.xml
3030
3131 - name : Upload coverage
32- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
32+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
3333 with :
3434 files : coverage-unit.xml
3535 flags : unit,py${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments