Skip to content

Commit ef183e7

Browse files
authored
Merge pull request #134 from heitorlessa/chore/lockdown-gh-pages-workflow
fix(ci): lockdown gh-pages workflow to sha
2 parents cbc6227 + e81b922 commit ef183e7

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
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build docs website
2929
run: make build-docs-website
3030
- name: Deploy all docs
31-
uses: peaceiris/actions-gh-pages@v3
31+
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # v3.8.0
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
publish_dir: ./dist
@@ -47,7 +47,7 @@ jobs:
4747
brew install -f docfx --skip-cask-deps --ignore-dependencies
4848
docfx apidocs/docfx.json
4949
- name: Release API docs to latest
50-
uses: peaceiris/actions-gh-pages@v3
50+
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # v3.8.0
5151
with:
5252
github_token: ${{ secrets.GITHUB_TOKEN }}
5353
publish_dir: ./apidocs/_site

0 commit comments

Comments
 (0)