Skip to content

Commit 2787cd5

Browse files
jbeckwith-oaicodex
andauthored
chore: pin GitHub Actions (#39)
Co-authored-by: OpenAI Codex <codex@openai.com>
1 parent b573371 commit 2787cd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
fi
7979
8080
- name: Upload build artifacts
81-
uses: actions/upload-artifact@v7
81+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
8282
with:
8383
name: dist
8484
path: dist/
@@ -97,12 +97,12 @@ jobs:
9797
id-token: write
9898
steps:
9999
- name: Download build artifacts
100-
uses: actions/download-artifact@v8
100+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
101101
with:
102102
name: dist
103103
path: dist/
104104

105105
- name: Publish to PyPI
106-
uses: pypa/gh-action-pypi-publish@release/v1
106+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
107107
with:
108108
print-hash: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
run: uv build
240240

241241
- name: Upload artifacts
242-
uses: actions/upload-artifact@v7
242+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
243243
with:
244244
name: dist
245245
path: dist/

0 commit comments

Comments
 (0)