@@ -25,11 +25,11 @@ jobs:
2525 steps :
2626
2727 - name : Checkout repository
28- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929 # https://github.com/actions/checkout/releases/tag/v4.1.1
3030
3131 - name : Setup Go
32- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
32+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
3333 # https://github.com/actions/setup-go/releases/tag/v5.0.0
3434 with :
3535 go-version-file : ' go.mod'
@@ -66,20 +66,20 @@ jobs:
6666
6767 - name : Checkout repository
6868 # https://github.com/actions/checkout/releases/tag/v4.1.1
69- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
69+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7070
7171 - name : package-helm
7272 run : ./scripts/package-helm
7373
7474 - name : Download the amd64 artifacts
75- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
75+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7676 # https://github.com/actions/download-artifact/releases/tag/v4.1.7
7777 with :
7878 name : webhook-artifacts-amd64
7979 path : dist/artifacts
8080
8181 - name : Download the arm64 artifacts
82- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
82+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
8383 # https://github.com/actions/download-artifact/releases/tag/v4.1.7
8484 with :
8585 name : webhook-artifacts-arm64
@@ -113,10 +113,10 @@ jobs:
113113 steps :
114114 - name : Checkout repository
115115 # https://github.com/actions/checkout/releases/tag/v4.1.1
116- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
116+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
117117
118118 - name : Download the artifacts
119- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
119+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
120120 # https://github.com/actions/download-artifact/releases/tag/v4.1.7
121121 with :
122122 name : webhook-artifacts-${{ matrix.arch }}
@@ -168,7 +168,7 @@ jobs:
168168 touch "/tmp/digests/${digest#sha256:}"
169169
170170 - name : Upload digest
171- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
171+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
172172 # https://github.com/actions/upload-artifact/releases/tag/v4.3.3
173173 with :
174174 name : digests-${{ matrix.arch }}
@@ -183,7 +183,7 @@ jobs:
183183 needs : image
184184 steps :
185185 - name : Download digests
186- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
186+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
187187 # https://github.com/actions/download-artifact/releases/tag/v4.1.7
188188 with :
189189 path : /tmp/digests
0 commit comments