File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@v2
42
+ uses : github/codeql-action/init@v3
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@v2
53
+ uses : github/codeql-action/autobuild@v3
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@v2
67
+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ notifications:
9
9
10
10
matrix :
11
11
include :
12
- - python : 3.7
12
+ - python : 3.9
13
13
before_script :
14
14
- >-
15
15
[ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
@@ -19,10 +19,11 @@ matrix:
19
19
&& openssl aes-256-cbc -K $encrypted_fc092b9428d6_key -iv $encrypted_fc092b9428d6_iv -in cis.env.enc -out cis.env -d || true
20
20
&& openssl aes-256-cbc -K $encrypted_89a9eb4f9417_key -iv $encrypted_89a9eb4f9417_iv -in dns.env.enc -out dns.env -d || true
21
21
- python : 3.8
22
- - python : 3.9
23
22
- python : 3.10
23
+ - python : 3.11
24
24
25
25
before_install :
26
+ - curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
26
27
- sudo apt-get update
27
28
- sudo apt-get install pandoc
28
29
- pip install pypandoc
@@ -47,7 +48,7 @@ deploy:
47
48
script : npx semantic-release
48
49
skip_cleanup : true
49
50
on :
50
- python : ' 3.7 '
51
+ python : ' 3.9 '
51
52
branch : master
52
53
- provider : pypi
53
54
setuptools_version : " 60.8.2"
@@ -56,5 +57,5 @@ deploy:
56
57
repository : https://upload.pypi.org/legacy
57
58
skip_cleanup : true
58
59
on :
59
- python : ' 3.7 '
60
+ python : ' 3.9 '
60
61
tags : true
Original file line number Diff line number Diff line change 1
- requests >= 2.24 .0 ,< 3.0
1
+ requests >= 2.30 .0 ,< 3.0
2
2
python_dateutil >= 2.5.3 ,< 3.0.0
3
- ibm_cloud_sdk_core >= 3.14.0 ,< 4.0.0
3
+ ibm_cloud_sdk_core >= 3.20.1 ,< 4.0.0
You can’t perform that action at this time.
0 commit comments