We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968627a commit a949e53Copy full SHA for a949e53
.github/workflows/docs.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Publish
27
if: ${{ env.IS_RELEASE == 'true' }}
28
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
29
with:
30
github_token: ${{ secrets.GITHUB_TOKEN }}
31
publish_dir: ./docs/build/html
.github/workflows/testing.yml
@@ -41,4 +41,4 @@ jobs:
41
coverage report
42
43
- name: Upload code coverage
44
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # v1
0 commit comments