Skip to content

Commit d6abb69

Browse files
Pin dependencies
1 parent 328d768 commit d6abb69

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
# Shared env variables for all the tests
2424
UV_RESOLUTION: "${{ matrix.resolution }}"
2525
steps:
26-
- uses: actions/checkout@v6
27-
- uses: actions/setup-go@v6
26+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2828
with:
2929
go-version: stable
3030
# We use this to install `buf`, and the `buf` version is controlled by the Makefile.
3131
cache-dependency-path: Makefile
32-
- uses: astral-sh/setup-uv@v7
32+
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
- run: make install

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ jobs:
1212
name: release
1313
steps:
1414
- name: Checkout source
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
with:
1717
fetch-depth: 0
1818
- name: Set VERSION variable from tag
1919
run: |
2020
VERSION=${{github.head_ref}}
2121
echo "VERSION=${VERSION##*/}" >> $GITHUB_ENV
22-
- uses: astral-sh/setup-uv@v7
22+
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2323
- name: Build release
2424
run: |
2525
uv build
26-
- uses: actions/upload-artifact@v7
26+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
2727
with:
2828
name: package
2929
path: dist/
@@ -39,12 +39,12 @@ jobs:
3939
needs: build
4040
steps:
4141
- name: Checkout source
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4343
with:
4444
fetch-depth: 0
4545

4646
- name: Download built artifact
47-
uses: actions/download-artifact@v8
47+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
4848
with:
4949
name: package
5050
path: dist

0 commit comments

Comments
 (0)