Skip to content

Commit e81b922

Browse files
committed
fix(ci): lockdown gh-pages workflow to sha
Signed-off-by: heitorlessa <[email protected]>
1 parent 0dcee13 commit e81b922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build docs website
2525
run: make build-docs-website
2626
- name: Deploy all docs
27-
uses: peaceiris/actions-gh-pages@v3
27+
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # v3.8.0
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
publish_dir: ./dist
@@ -39,7 +39,7 @@ jobs:
3939
brew install -f docfx --skip-cask-deps --ignore-dependencies
4040
docfx apidocs/docfx.json
4141
- name: Release API docs to latest
42-
uses: peaceiris/actions-gh-pages@v3
42+
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # v3.8.0
4343
with:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}
4545
publish_dir: ./apidocs/_site

0 commit comments

Comments
 (0)