Skip to content

Commit 1d477d6

Browse files
update version in github workflows
1 parent 2a4ff58 commit 1d477d6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/change-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
OS: ubuntu-latest
15-
PYTHON: '3.7'
15+
PYTHON: '3.7.3'
1616
steps:
1717
- name: checkout code
1818
uses: actions/checkout@v2
1919

2020
- name: setup python environment
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: '3.7'
23+
python-version: '3.7.3'
2424

2525
- name: install python dependencies
2626
run: |

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
env:
1111
OS: ubuntu-latest
12-
PYTHON: '3.7'
12+
PYTHON: '3.7.3'
1313
steps:
1414
- name: checkout code
1515
uses: actions/checkout@v2
@@ -39,15 +39,15 @@ jobs:
3939
runs-on: ubuntu-latest
4040
env:
4141
OS: ubuntu-latest
42-
PYTHON: '3.7'
42+
PYTHON: '3.7.3'
4343
steps:
4444
- name: checkout code
4545
uses: actions/checkout@v2
4646

4747
- name: Setup python environment
4848
uses: actions/setup-python@v2
4949
with:
50-
python-version: '3.7'
50+
python-version: '3.7.3'
5151

5252
- name: install python dependencies
5353
run: |

.github/workflows/security-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Security scan on all changes (Commits/PRs)
22

33
on:
44
push:
5-
branches: ['main', 'master', 'pilots', 'dev']
5+
branches: ['main', 'master', 'pilot', 'dev']
66
pull_request:
77
types:
88
- opened
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
OS: ubuntu-latest
15-
PYTHON: '3.7'
15+
PYTHON: '3.7.3'
1616
steps:
1717
- name: checkout code
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)