Skip to content

Commit dc05e5b

Browse files
committed
Add action commit hash
1 parent ea0c565 commit dc05e5b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
run: |
3131
poetry run pdoc src/wristpy -o docs_build -t docs/pdoc-theme --docformat google
3232
touch docs_build/.nojekyll
33-
- uses: JamesIves/github-pages-deploy-action@v4
33+
- uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8
3434
with:
3535
folder: docs_build

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
poetry build
4242
4343
- name: Publish to PyPi.
44-
uses: pypa/gh-action-pypi-publish@release/v1
44+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
4545
with:
4646
user: __token__
4747
password: ${{ secrets.PYPI_KEY }}

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
unit:
1212
runs-on: ${{ matrix.os }}
13-
permissions:
13+
permissions:
1414
contents: read
1515
checks: write
1616
pull-requests: write
@@ -53,7 +53,7 @@ jobs:
5353
--verbose
5454
shell: bash
5555
- name: Upload coverage to Codecov
56-
uses: codecov/codecov-action@v5
56+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }}
5959
verbose: true

0 commit comments

Comments
 (0)