Skip to content

Commit 536407e

Browse files
chore(deps): update github actions
1 parent f788c37 commit 536407e

8 files changed

Lines changed: 32 additions & 32 deletions

File tree

.github/workflows/check_examples.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
- name: Check out repo
1313
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414
- name: Set up Python
15-
uses: ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
15+
uses: ni/python-actions/setup-python@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
1616
id: setup-python
1717
- name: Set up Poetry
18-
uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
18+
uses: ni/python-actions/setup-poetry@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
1919
# Updating poetry.lock for all of the examples takes over 6 minutes, so it's worth caching.
2020
- name: Cache poetry.lock
21-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
21+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2222
id: cache-poetry-lock
2323
with:
2424
path: 'examples/**/poetry.lock'
@@ -35,7 +35,7 @@ jobs:
3535
echo "::endgroup::"
3636
done
3737
- name: Cache virtualenvs
38-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
38+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3939
id: cache-venv
4040
with:
4141
path: 'examples/**/.venv'

.github/workflows/check_nimg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
- name: Check out repo
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
- name: Set up Python
25-
uses: ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
25+
uses: ni/python-actions/setup-python@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
2626
id: setup-python
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Set up Poetry
30-
uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
30+
uses: ni/python-actions/setup-poetry@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
3131
- name: Analyze generator
32-
uses: ni/python-actions/analyze-project@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
32+
uses: ni/python-actions/analyze-project@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
3333
with:
3434
project-directory: packages/generator
3535
- name: Bandit security checks (ni-measurement-plugin-sdk-generator, example_renders)

.github/workflows/check_nims.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
with:
2525
submodules: true
2626
- name: Set up Python
27-
uses: ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
27+
uses: ni/python-actions/setup-python@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
2828
id: setup-python
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Set up Poetry
32-
uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
32+
uses: ni/python-actions/setup-poetry@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
3333
- name: Analyze generator
34-
uses: ni/python-actions/analyze-project@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
34+
uses: ni/python-actions/analyze-project@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
3535
with:
3636
project-directory: packages/service
3737
install-args: --all-extras

.github/workflows/check_nims_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
submodules: true
2020
- name: Set up Python
21-
uses: ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
21+
uses: ni/python-actions/setup-python@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
2222
id: setup-python
2323
- name: Set up Poetry
24-
uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
24+
uses: ni/python-actions/setup-poetry@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
2525
- name: Install ni-measurement-plugin-sdk-service (all extras, docs)
2626
run: poetry install -v --all-extras --with docs
2727
- name: Build docs and check for errors/warnings

.github/workflows/publish.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
- name: Check out repo
5858
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5959
- name: Set up Python
60-
uses: ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
60+
uses: ni/python-actions/setup-python@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
6161
- name: Set up Poetry
62-
uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
62+
uses: ni/python-actions/setup-poetry@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
6363
- name: Check project version
6464
if: github.event_name == 'release'
65-
uses: ni/python-actions/check-project-version@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
65+
uses: ni/python-actions/check-project-version@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
6666
with:
6767
project-directory: ./packages/${{ matrix.package }}
6868
- name: Build distribution packages
@@ -106,9 +106,9 @@ jobs:
106106
- name: Check out repo
107107
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
108108
- name: Set up Python
109-
uses: ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
109+
uses: ni/python-actions/setup-python@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
110110
- name: Set up Poetry
111-
uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
111+
uses: ni/python-actions/setup-poetry@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
112112
- name: Get version
113113
id: get-version
114114
run: echo "version=$(poetry version --short)" >> "$GITHUB_OUTPUT"
@@ -124,7 +124,7 @@ jobs:
124124
git archive -o dist/${EXAMPLE_ARCHIVE}.tar.gz --prefix ${EXAMPLE_ARCHIVE}/ ${GITHUB_REF}:examples/
125125
- name: Upload release assets
126126
if: ${{ startsWith(github.event.release.target_commitish, 'main') || startsWith(github.event.release.target_commitish, 'releases/') }}
127-
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
127+
uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21.0
128128
with:
129129
artifacts: "dist/measurement-plugin-python-examples-*"
130130
allowUpdates: true
@@ -144,22 +144,22 @@ jobs:
144144
- name: Check out repo
145145
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
146146
- name: Set up Python
147-
uses: ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
147+
uses: ni/python-actions/setup-python@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
148148
- name: Set up Poetry
149-
uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
149+
uses: ni/python-actions/setup-poetry@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
150150
# Create one pull request that updates all three packages.
151151
- name: Update generator project version
152-
uses: ni/python-actions/update-project-version@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
152+
uses: ni/python-actions/update-project-version@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
153153
with:
154154
project-directory: ./packages/generator
155155
create-pull-request: false
156156
- name: Update sdk project version
157-
uses: ni/python-actions/update-project-version@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
157+
uses: ni/python-actions/update-project-version@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
158158
with:
159159
project-directory: ./packages/sdk
160160
create-pull-request: false
161161
- name: Update service project version
162-
uses: ni/python-actions/update-project-version@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
162+
uses: ni/python-actions/update-project-version@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
163163
with:
164164
project-directory: ./packages/service
165165
create-pull-request: true

.github/workflows/report_test_results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: List downloaded files
2424
run: ls -lR
2525
- name: Publish test results
26-
uses: EnricoMi/publish-unit-test-result-action@27d65e188ec43221b20d26de30f4892fad91df2f # v2.22.0
26+
uses: EnricoMi/publish-unit-test-result-action@c950f6fb443cb5af20a377fd0dfaa78838901040 # v2.23.0
2727
with:
2828
files: "test_results/**/*.xml"
2929
if: always()

.github/workflows/run_system_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
# ni-measurement-plugin-sdk-service
2929
- name: Cache virtualenv (ni-measurement-plugin-sdk-service)
30-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
30+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3131
id: cache-nims
3232
with:
3333
path: |
@@ -43,7 +43,7 @@ jobs:
4343

4444
# ni-measurement-plugin-sdk-generator
4545
- name: Cache virtualenv (ni-measurement-plugin-sdk-generator)
46-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
46+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4747
id: cache-nimg
4848
with:
4949
path: |

.github/workflows/run_unit_tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ jobs:
2020
- name: Check out repo
2121
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222
- name: Set up Python
23-
uses: ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
23+
uses: ni/python-actions/setup-python@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
2424
id: setup-python
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Set up Poetry
28-
uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
28+
uses: ni/python-actions/setup-poetry@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
2929

3030
# ni-measurement-plugin-sdk-service, no extras
3131
- name: Restore cached virtualenv (ni-measurement-plugin-sdk-service, no extras)
32-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
32+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3333
id: restore-nims-no-extras
3434
with:
3535
path: packages/service/.venv
@@ -38,7 +38,7 @@ jobs:
3838
run: poetry install -v
3939
working-directory: ./packages/service
4040
- name: Save cached virtualenv (ni-measurement-plugin-sdk-service, no extras)
41-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
41+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4242
if: steps.restore-nims-no-extras.outputs.cache-hit != 'true'
4343
with:
4444
path: packages/service/.venv
@@ -49,7 +49,7 @@ jobs:
4949

5050
# ni-measurement-plugin-sdk-service, all extras
5151
- name: Restore cached virtualenv (ni-measurement-plugin-sdk-service, all extras)
52-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
52+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5353
id: restore-nims-all-extras
5454
with:
5555
path: packages/service/.venv
@@ -58,7 +58,7 @@ jobs:
5858
run: poetry install -v --all-extras
5959
working-directory: ./packages/service
6060
- name: Save cached ni-measurement-plugin-sdk-service virtualenv (all extras)
61-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
61+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6262
if: steps.restore-nims-all-extras.outputs.cache-hit != 'true'
6363
with:
6464
path: packages/service/.venv

0 commit comments

Comments
 (0)