File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@v1
42
+ uses : github/codeql-action/init@v2
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
# If you wish to specify custom queries, you can do so here or in a config file.
50
50
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
51
51
# If this step fails, then you should remove it and run the build manually (see below)
52
52
- name : Autobuild
53
- uses : github/codeql-action/autobuild@v1
53
+ uses : github/codeql-action/autobuild@v2
54
54
55
55
# ℹ️ Command-line programs to run using the OS shell.
56
56
# 📚 https://git.io/JvXDl
64
64
# make release
65
65
66
66
- name : Perform CodeQL Analysis
67
- uses : github/codeql-action/analyze@v1
67
+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change @@ -49,12 +49,11 @@ isort = "^5.6.4"
49
49
pytest = " ^6.1.2"
50
50
pytest-black = " ^0.3.12"
51
51
pytest-isort = " ^1.2.0"
52
+ pytest-cov = " ^4.0.0"
52
53
responses = " ^0.13.0"
53
54
sphinx = " ^3.5.2"
54
55
sphinx-autobuild = " ^2021.3.14"
55
- pytest-cov = " ^2.11.1"
56
- codecov = " ^2.1.11"
57
- coverage = " ^6.4"
56
+ coverage = " ^7"
58
57
59
58
[build-system ]
60
59
requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments