@@ -14,10 +14,10 @@ jobs:
1414 goarch : [amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x]
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1818
1919 - name : Install Go
20- uses : actions/setup-go@v5
20+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2121 with :
2222 go-version-file : go.mod
2323
5050 run : sha512sum cni-plugins-linux-${{ matrix.goarch }}-${{ github.ref_name }}.tgz | tee cni-plugins-linux-${{ matrix.goarch }}-${{ github.ref_name }}.tgz.sha512
5151
5252 - name : Upload binaries to release
53- uses : svenstaro/upload-release-action@v2
53+ uses : svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
5454 with :
5555 repo_token : ${{ secrets.GITHUB_TOKEN }}
5656 file : ./dist/*
@@ -69,10 +69,10 @@ jobs:
6969 run : sudo apt-get install dos2unix
7070
7171 - name : Checkout code
72- uses : actions/checkout@v4
72+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7373
7474 - name : Install Go
75- uses : actions/setup-go@v5
75+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
7676 with :
7777 go-version-file : go.mod
7878
@@ -105,7 +105,7 @@ jobs:
105105 run : sha512sum cni-plugins-windows-${{ matrix.goarch }}-${{ github.ref_name }}.tgz | tee cni-plugins-windows-${{ matrix.goarch }}-${{ github.ref_name }}.tgz.sha512
106106
107107 - name : Upload binaries to release
108- uses : svenstaro/upload-release-action@v2
108+ uses : svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
109109 with :
110110 repo_token : ${{ secrets.GITHUB_TOKEN }}
111111 file : ./dist/*
0 commit comments