File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments