File tree Expand file tree Collapse file tree 6 files changed +19
-19
lines changed
Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 - name : Check out repo
1717 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818 - name : Set up Python
19- uses : ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
19+ uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
2020 id : setup-python
2121 - name : Set up Poetry
22- uses : ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
22+ uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
2323 - name : Check for lock changes
2424 run : poetry check --lock
2525 - name : Cache virtualenv (with docs)
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 with :
2020 submodules : true
2121 - name : Set up Python
22- uses : ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
22+ uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
2323 id : setup-python
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 - name : Set up Poetry
27- uses : ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
27+ uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
2828 - name : Analyze Python Project
29- uses : ni/python-actions/analyze-project@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
29+ uses : ni/python-actions/analyze-project@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
3030 with :
3131 project-directory : ${{ github.workspace }}/examples/${{ matrix.example-name }}
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 with :
1919 submodules : true
2020 - name : Set up Python
21- uses : ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
21+ uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Set up Poetry
25- uses : ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
25+ uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
2626 - name : Analyze Python Project
27- uses : ni/python-actions/analyze-project@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
27+ uses : ni/python-actions/analyze-project@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
2828 - name : Bandit security checks
2929 run : poetry run bandit -c pyproject.toml -r src/
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
1818 with :
1919 submodules : true
2020 - name : Set up Python
21- uses : ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
21+ uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
2222 id : setup-python
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525 - name : Set up Poetry
26- uses : ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
26+ uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
2727 - name : Analyze Python Project
28- uses : ni/python-actions/analyze-project@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
28+ uses : ni/python-actions/analyze-project@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
2929 with :
3030 project-directory : ${{ github.workspace }}/utilities
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
4545 - name : Check out repo
4646 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4747 - name : Set up Python
48- uses : ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
48+ uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
4949 - name : Set up Poetry
50- uses : ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
50+ uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
5151 - name : Check project version
5252 if : github.event_name == 'release'
53- uses : ni/python-actions/check-project-version@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
53+ uses : ni/python-actions/check-project-version@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
5454 - name : Build distribution packages
5555 run : poetry build
5656 - name : Upload build artifacts
9191 - name : Check out repo
9292 uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9393 - name : Set up Python
94- uses : ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
94+ uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
9595 - name : Set up Poetry
96- uses : ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
96+ uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
9797 - name : Update project version
98- uses : ni/python-actions/update-project-version@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
98+ uses : ni/python-actions/update-project-version@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
2727 with :
2828 submodules : true
2929 - name : Set up Python
30- uses : ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
30+ uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
3131 id : setup-python
3232 with :
3333 python-version : ${{ inputs.python-version }}
3434 - name : Set up Poetry
35- uses : ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
35+ uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
3636 - name : Run and upload unit tests for ni.datastore
3737 uses : ./.github/actions/run_and_upload_unit_tests
You can’t perform that action at this time.
0 commit comments