Skip to content

Commit a949e53

Browse files
committed
CI: pin actions by SHA
This eliminates the possibility of a tag being changed under us.
1 parent 968627a commit a949e53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Publish
2727
if: ${{ env.IS_RELEASE == 'true' }}
28-
uses: peaceiris/actions-gh-pages@v3
28+
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
3131
publish_dir: ./docs/build/html

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
coverage report
4242
4343
- name: Upload code coverage
44-
uses: codecov/codecov-action@v1
44+
uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # v1

0 commit comments

Comments
 (0)