Skip to content

Commit 8cf775d

Browse files
chore(deps): pin dependencies [skip-ci] (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a7c34b commit 8cf775d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-release-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939

4040
steps:
4141
- name: Checkout code
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4343
with:
4444
fetch-depth: 0
4545

4646
- name: Set up Go and cache dependencies
47-
uses: actions/setup-go@v5
47+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
4848
with:
4949
go-version: ${{ env.GO_VERSION }}
5050

@@ -72,7 +72,7 @@ jobs:
7272
ls -ltarh build/
7373
7474
- name: Upload artifact
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
7676
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
7777
with:
7878
name: ${{ env.BINARY_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
@@ -86,12 +86,12 @@ jobs:
8686
runs-on: ubuntu-latest
8787
steps:
8888
- name: Checkout code
89-
uses: actions/checkout@v4
89+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
9090
with:
9191
fetch-depth: 0
9292

9393
- name: Download artifact
94-
uses: actions/download-artifact@v4
94+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
9595
with:
9696
path: build/
9797

0 commit comments

Comments
 (0)