Skip to content

Commit 1da97bc

Browse files
SEC/DEP: consistently use exact commit hashes for dependency pinning (#371)
1 parent 487811e commit 1da97bc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
needs: [release]
7272
steps:
7373
- name: Download artifacts
74-
uses: actions/download-artifact@v8.0.0
74+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
7575
with:
7676
merge-multiple: true
7777
pattern: dist-*
@@ -81,4 +81,4 @@ jobs:
8181

8282
- name: Run upload (this will fail)
8383
continue-on-error: true
84-
uses: pypa/gh-action-pypi-publish@release/v1
84+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0

.github/workflows/test_publish_pure_python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs: [setenv]
5050
steps:
5151
- name: Download artifacts
52-
uses: actions/download-artifact@v8.0.0
52+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
5353
with:
5454
merge-multiple: true
5555
pattern: dist-*
@@ -59,4 +59,4 @@ jobs:
5959

6060
- name: Run upload (this will fail)
6161
continue-on-error: true
62-
uses: pypa/gh-action-pypi-publish@release/v1
62+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0

0 commit comments

Comments
 (0)