Skip to content

Commit b4e0e14

Browse files
ci: lock 3rd party github actions to specific releases
1 parent bee2042 commit b4e0e14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
sudo apt -y install --no-install-recommends liblzma-dev libbz2-dev libreadline-dev
1818
1919
- name: Install asdf cli
20-
uses: asdf-vm/actions/setup@v4
20+
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4.0.1
2121

2222
- name: Install software through asdf
23-
uses: asdf-vm/actions/install@v4
23+
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4.0.1
2424

2525
- name: reshim asdf
2626
run: asdf reshim
@@ -56,4 +56,4 @@ jobs:
5656
path: dist/
5757

5858
- name: publish
59-
uses: pypa/gh-action-pypi-publish@release/v1
59+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0

0 commit comments

Comments
 (0)