Skip to content

Commit ae99f02

Browse files
committed
ci: pin third-party actions to full commit SHAs (matching the existing setup-uv pin)
1 parent 8c12adc commit ae99f02

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: make build
2727

2828
- name: Run benchmarks
29-
uses: CodSpeedHQ/action@v3
29+
uses: CodSpeedHQ/action@76578c2a7ddd928664caa737f0e962e3085d4e7c # v3.8.1
3030
with:
3131
token: ${{ secrets.CODSPEED_TOKEN }}
3232
run: uv run --frozen pytest tests/benchmarks --codspeed

.github/workflows/gh-pages-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build docs
1616
run: make docs
1717
- name: Deploy release docs
18-
uses: peaceiris/actions-gh-pages@v3
18+
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
1919
with:
2020
personal_token: ${{ secrets.PERSONAL_TOKEN }}
2121
publish_dir: build/html

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build docs
1717
run: make docs
1818
- name: Deploy latest docs
19-
uses: peaceiris/actions-gh-pages@v3
19+
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
2020
with:
2121
personal_token: ${{ secrets.PERSONAL_TOKEN }}
2222
publish_dir: build/html

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build dists
1616
run: make build
1717
- name: Pypi Publish
18-
uses: pypa/gh-action-pypi-publish@release/v1
18+
uses: pypa/gh-action-pypi-publish@6733eb7d741f0b11ec6a39b58540dab7590f9b7d # v1.14.0
1919
with:
2020
user: __token__
2121
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)