File tree Expand file tree Collapse file tree 2 files changed +17
-19
lines changed Expand file tree Collapse file tree 2 files changed +17
-19
lines changed Original file line number Diff line number Diff line change 17
17
strategy :
18
18
matrix :
19
19
os : [macos-latest, ubuntu-latest, windows-latest]
20
- python-version : [3.9 ]
20
+ python-version : ["3.8", "3.9" ]
21
21
22
22
steps :
23
23
- uses : actions/checkout@v2
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
30
- - uses : Gr1N/setup-poetry@v4
30
+ - uses : Gr1N/setup-poetry@v7
31
31
32
32
- run : pip install poetry-dynamic-versioning
33
33
72
72
- name : setup python environment
73
73
uses : actions/setup-python@v2
74
74
with :
75
- python-version : 3.9
75
+ python-version : " 3.9"
76
76
77
- - uses : Gr1N/setup-poetry@v4
77
+ - uses : Gr1N/setup-poetry@v7
78
78
79
79
- run : pip install poetry-dynamic-versioning
80
80
@@ -106,14 +106,14 @@ jobs:
106
106
- run : git describe --tag
107
107
108
108
- name : Setup Node.js environment
109
- uses : actions/setup-node@v2.1.5
109
+ uses : actions/setup-node@v2
110
110
with :
111
- node-version : " >=15.5 "
111
+ node-version : " 14 "
112
112
- uses : actions/setup-python@v2
113
113
with :
114
114
python-version : " 3.9"
115
115
116
- - uses : Gr1N/setup-poetry@v4
116
+ - uses : Gr1N/setup-poetry@v7
117
117
118
118
- run : pip install poetry-dynamic-versioning
119
119
Original file line number Diff line number Diff line change 1
- # For most projects, this workflow file will not need changing; you simply need
2
- # to commit it to your repository.
3
- #
4
- # You may wish to alter this file to override the set of languages analyzed,
5
- # or to provide custom queries or build logic.
6
- #
7
- # ******** NOTE ********
8
- # We have attempted to detect the languages in your repository. Please check
9
- # the `language` matrix defined below to confirm you have the correct set of
10
- # supported CodeQL languages.
11
- #
12
1
name : " CodeQL"
13
2
14
3
on :
42
31
uses : actions/checkout@v2
43
32
44
33
# Initializes the CodeQL tools for scanning.
45
- - name : Initialize CodeQL
34
+ - name : Initialize CodeQL
46
35
uses : github/codeql-action/init@v1
47
36
with :
48
37
languages : ${{ matrix.language }}
51
40
# Prefix the list here with "+" to use these queries and those in the config file.
52
41
# queries: ./path/to/local/query, your-org/your-repo/queries@main
53
42
43
+ - name : Set up Python
44
+ uses : actions/setup-python@v2
45
+ with :
46
+ python-version : ' 3.8'
47
+ - uses : Gr1N/setup-poetry@v7
48
+ - run : pip install poetry-dynamic-versioning
49
+ - run : poetry install
50
+ - run : poetry-dynamic-versioning
51
+
54
52
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
53
# If this step fails, then you should remove it and run the build manually (see below)
56
54
- name : Autobuild
You can’t perform that action at this time.
0 commit comments