Skip to content

Commit 1a647cb

Browse files
committed
pin version
1 parent 5e6a4ea commit 1a647cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ jobs:
143143
permissions:
144144
contents: write
145145
steps:
146-
- uses: actions/[email protected]
147-
- uses: actions/download-artifact@v4
146+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
147+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
148148
with:
149149
name: build-linux
150-
- uses: actions/download-artifact@v4
150+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
151151
with:
152152
name: build-mac
153153
- name: Pack artifacts
@@ -156,7 +156,7 @@ jobs:
156156
tar -czvf ./substrate-contracts-node-mac-universal.tar.gz ./substrate-contracts-node-mac
157157
ls -la
158158
- name: Publish release
159-
uses: ghalactic/github-release-from-tag@v5
159+
uses: ghalactic/github-release-from-tag@cebdacac0ccd08933b8e7f278f4123723ad978eb # v5.4.0
160160
if: github.ref_type == 'tag'
161161
with:
162162
prerelease: false

0 commit comments

Comments
 (0)