@@ -65,13 +65,13 @@ jobs:
6565 fetch-depth : 0
6666
6767 - name : Install Go
68- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
68+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
6969 with :
7070 go-version-file : .go-version
7171
7272 - name : Cache controller image
7373 id : cache
74- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
74+ uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
7575 with :
7676 path : /tmp/controller-image.tar
7777 key : controller-image-${{ matrix.arch }}-${{ hashFiles('controller/Makefile', 'controller/Containerfile', 'controller/go.mod', 'controller/go.sum', 'controller/cmd/**', 'controller/api/**', 'controller/internal/**') }}
@@ -104,13 +104,13 @@ jobs:
104104 fetch-depth : 0
105105
106106 - name : Install Go
107- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
107+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
108108 with :
109109 go-version-file : .go-version
110110
111111 - name : Cache operator artifacts
112112 id : cache
113- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
113+ uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
114114 with :
115115 path : |
116116 /tmp/operator-image.tar
@@ -154,7 +154,7 @@ jobs:
154154
155155 - name : Cache python wheels
156156 id : cache
157- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
157+ uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
158158 with :
159159 path : python/dist
160160 key : python-wheels-${{ hashFiles('python/**/*.py', 'python/**/pyproject.toml', 'python/uv.lock') }}
@@ -195,7 +195,7 @@ jobs:
195195 python-version-file : .py-version
196196
197197 - name : Install Go
198- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
198+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
199199 with :
200200 go-version-file : .go-version
201201
@@ -259,7 +259,7 @@ jobs:
259259 python-version-file : .py-version
260260
261261 - name : Install Go
262- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
262+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
263263 with :
264264 go-version-file : .go-version
265265
@@ -301,7 +301,7 @@ jobs:
301301 python-version-file : .py-version
302302
303303 - name : Install Go
304- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
304+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
305305 with :
306306 go-version-file : .go-version
307307
0 commit comments