Skip to content

Commit 581b7fb

Browse files
committed
Pin unofficial actions versions
xdev-software/base-template#1
1 parent 2dc1e86 commit 581b7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
9090
- name: Create Release
9191
id: create_release
92-
uses: shogo82148/actions-create-release@v1
92+
uses: shogo82148/actions-create-release@e5f206451d4ace2da9916d01f1aef279997f8659 # v1
9393
with:
9494
tag_name: v${{ steps.version.outputs.release }}
9595
release_name: v${{ steps.version.outputs.release }}
@@ -165,7 +165,7 @@ jobs:
165165
working-directory: ${{ env.PRIMARY_MAVEN_MODULE }}
166166

167167
- name: Deploy to Github pages
168-
uses: peaceiris/actions-gh-pages@v4
168+
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
169169
with:
170170
github_token: ${{ secrets.GITHUB_TOKEN }}
171171
publish_dir: ./${{ env.PRIMARY_MAVEN_MODULE }}/target/site

0 commit comments

Comments
 (0)