Skip to content

Commit c4100c1

Browse files
committed
gh workflow assign-pr: pin
Fix
1 parent 6b9968d commit c4100c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: startsWith(github.ref, 'refs/tags/')
1717
steps:
1818
- name: Clone repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
with:
2121
persist-credentials: false
2222
- name: Clone uAssets
@@ -37,7 +37,7 @@ jobs:
3737
sed -e 's/%version%/${{ env.VERSION }}/g' RELEASE.HEAD.md >> release.body.txt
3838
- name: Create GitHub release
3939
id: create_release
40-
uses: softprops/action-gh-release@v2
40+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
4141
env:
4242
GITHUB_TOKEN: ${{ github.token }}
4343
with:

0 commit comments

Comments
 (0)