Skip to content

Commit f454489

Browse files
committed
pin all github actions
1 parent 837507c commit f454489

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-hash-router.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
path: website/build
5151

5252
#- name: Upload Website Pages artifact
53-
# uses: actions/upload-pages-artifact@v4
53+
# uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
5454
# with:
5555
# path: website/build
5656

5757
# Deploy to https://facebook.github.io/docusaurus/
5858
- name: Deploy to GitHub Pages
5959
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }}
60-
uses: peaceiris/actions-gh-pages@v4
60+
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
6161
with:
6262
github_token: ${{ secrets.GITHUB_TOKEN }}
6363
publish_dir: website/build
@@ -81,4 +81,4 @@ jobs:
8181
# steps:
8282
# - name: Deploy to GitHub Pages
8383
# id: deployment
84-
# uses: actions/deploy-pages@v4
84+
# uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

.github/workflows/lint-autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
- name: Print Diff
4343
run: git diff
4444

45-
- uses: stefanzweifel/git-auto-commit-action@v7
45+
- uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
4646
with:
4747
commit_message: 'refactor: apply lint autofix'

0 commit comments

Comments
 (0)