File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 43
43
pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=netboxlabs.diode.sdk tests/ | tee pytest-coverage.txt
44
44
45
45
- name : Pytest coverage comment
46
- uses : MishaKav/pytest-coverage-comment@main
46
+ uses : MishaKav/pytest-coverage-comment@81882822c5b22af01f91bd3eacb1cefb6ad73dc2 # v1
47
47
with :
48
48
pytest-coverage-path : ./pytest-coverage.txt
49
49
junitxml-path : ./pytest.xml
Original file line number Diff line number Diff line change 44
44
with :
45
45
node-version : " lts/*"
46
46
- name : Write package.json
47
- uses : DamianReeves/write-file-action@master
47
+ uses : DamianReeves/write-file-action@6929a9a6d1807689191dcc8bbe62b54d70a32b42 # v1.3
48
48
with :
49
49
path : ./package.json
50
50
write-mode : overwrite
58
58
}
59
59
}
60
60
- name : Write .releaserc.json
61
- uses : DamianReeves/write-file-action@master
61
+ uses : DamianReeves/write-file-action@6929a9a6d1807689191dcc8bbe62b54d70a32b42 # v1.3
62
62
with :
63
63
path : ./.releaserc.json
64
64
write-mode : overwrite
@@ -168,7 +168,7 @@ jobs:
168
168
retention-days : 30
169
169
if-no-files-found : error
170
170
- name : Publish release distributions to PyPI
171
- uses : pypa/gh-action-pypi-publish@release/v1
171
+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v.1.12.3
172
172
with :
173
173
packages-dir : dist
174
174
@@ -183,7 +183,7 @@ jobs:
183
183
with :
184
184
node-version : " lts/*"
185
185
- name : Write package.json
186
- uses : DamianReeves/write-file-action@master
186
+ uses : DamianReeves/write-file-action@6929a9a6d1807689191dcc8bbe62b54d70a32b42 # v1.3
187
187
with :
188
188
path : ./package.json
189
189
write-mode : overwrite
@@ -197,7 +197,7 @@ jobs:
197
197
}
198
198
}
199
199
- name : Write .releaserc.json
200
- uses : DamianReeves/write-file-action@master
200
+ uses : DamianReeves/write-file-action@6929a9a6d1807689191dcc8bbe62b54d70a32b42 # v1.3
201
201
with :
202
202
path : ./.releaserc.json
203
203
write-mode : overwrite
You can’t perform that action at this time.
0 commit comments