Skip to content

Commit 7eb47c1

Browse files
ci: pin action-gh-release using sha
Signed-off-by: Fabrizio Sestito <[email protected]>
1 parent 06aa15f commit 7eb47c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
path: ${{ steps.build-crate.outputs.file-path }}
6262

6363
- name: Publish archives and packages
64-
uses: softprops/action-gh-release@v2
64+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
6565
with:
6666
files: |
6767
${{ steps.build-crate.outputs.file-path }}

0 commit comments

Comments
 (0)