Skip to content

Commit 911a541

Browse files
Merge pull request cmu-sei#10 from cmu-sei/copilot/update-workflow-checkout-signature
Pin GitHub Actions workflow dependencies to immutable SHAs
2 parents 2ee0df1 + 681aa12 commit 911a541

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pyblish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0 # Important for setuptools_scm
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2828
with:
2929
python-version: "3.10"
3030

@@ -37,7 +37,7 @@ jobs:
3737
run: python -m build --sdist --wheel --outdir dist
3838

3939
- name: Upload build artifacts
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4141
with:
4242
name: dist
4343
path: dist/
@@ -55,13 +55,13 @@ jobs:
5555

5656
steps:
5757
- name: Download build artifacts
58-
uses: actions/download-artifact@v4
58+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
5959
with:
6060
name: dist
6161
path: dist/
6262

6363
- name: Publish to PyPI via OIDC
64-
uses: pypa/gh-action-pypi-publish@release/v1
64+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # release/v1
6565
with:
6666
verbose: true
6767
skip-existing: false

0 commit comments

Comments
 (0)