Skip to content

Commit 3d00cbf

Browse files
committed
Merge branch 'marko-pin-exact-version' into 'master'
Revision pin of action-gh-release Avoid a new (malicious) release automatically being used. See merge request dfinity-lab/public/ic!12512
2 parents 334aa94 + db505aa commit 3d00cbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
sha256sum *.gz > sha256sums.txt
2929
3030
- name: Publish Release
31-
uses: softprops/action-gh-release@v1
31+
# v0.1.15
32+
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
3233
with:
3334
token: ${{secrets.RELEASE_TOKEN}}
3435
body: "IC ${{github.ref_name}}"

0 commit comments

Comments
 (0)