Skip to content

Commit e56245b

Browse files
committed
ci: pin action-gh-release to a commit sha
Pin the third-party release action to its exact commit rather than the mutable v3 tag, so the workflow can't be affected if that tag is ever repointed upstream.
1 parent 262dfb6 commit e56245b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: tar czf "morphic-test-assets-${SHA}.tar.gz" openapi/
2121

2222
- name: Create GitHub release
23-
uses: softprops/action-gh-release@v3
23+
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
2424
with:
2525
tag_name: ${{ github.sha }}
2626
name: ${{ github.sha }}

0 commit comments

Comments
 (0)