Skip to content

Commit 36269b9

Browse files
ci(github): pin gitploy action to hash in workflow build.yml
1 parent b789324 commit 36269b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030

3131
- name: Deploy
3232
if: github.ref_name == 'master'
33-
uses: remarkablemark/gitploy-action@v1
33+
uses: remarkablemark/gitploy-action@75660ac1e40122df25660c14eaef1d55ffd11ff4 # v1.1.0
3434
with:
3535
directory: docs

0 commit comments

Comments
 (0)