Skip to content

Commit 9e7265d

Browse files
committed
Hash-pin all actions with pinact run -v
Signed-off-by: William Woodruff <william@yossarian.net>
1 parent 75c7c35 commit 9e7265d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: windows-latest
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2222

2323
- name: 'Remove existing PyManager install'
2424
run: |
@@ -38,7 +38,7 @@ jobs:
3838
# We move faster than GitHub's Python runtimes, so use NuGet instead
3939
# One day we can use ourselves to download Python, but not yet...
4040
- name: Set up NuGet
41-
uses: nuget/setup-nuget@v2.0.1
41+
uses: nuget/setup-nuget@323ab0502cd38fdc493335025a96c8fdb0edc71f # v2.0.1
4242

4343
- name: Set up Python 3.14.3
4444
run: |
@@ -74,7 +74,7 @@ jobs:
7474
--cov-report xml
7575
7676
- name: 'Upload coverage'
77-
uses: codecov/codecov-action@v5
77+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
7878
with:
7979
token: ${{ secrets.CODECOV_ORG_TOKEN }}
8080

0 commit comments

Comments
 (0)