@@ -43,19 +43,19 @@ jobs:
4343 disable-telemetry : true
4444
4545 - name : Checkout repository
46- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
46+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747 with :
4848 # Needed in hack/derive-version.sh
4949 fetch-depth : 0
5050
5151 - name : Restore Cache
52- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
52+ uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
5353 with :
5454 key : main
5555 path : ' **'
5656
5757 - name : Setup Go environment
58- uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6 .0
58+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
5959 with :
6060 go-version-file : go.mod
6161 cache : false
8686 run : make test
8787
8888 - name : Upload test coverage artifacts
89- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6 .0
89+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0 .0
9090 with :
9191 name : coverage-test
9292 path : |
@@ -107,16 +107,16 @@ jobs:
107107 # disable-telemetry: true
108108
109109 - name : Checkout repository
110- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
110+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
111111
112112 - name : Restore Cache
113- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
113+ uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
114114 with :
115115 key : main
116116 path : ' **'
117117
118118 - name : Setup Go environment
119- uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6 .0
119+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
120120 with :
121121 go-version-file : go.mod
122122 cache : false
@@ -133,7 +133,7 @@ jobs:
133133 run : E2E_INSTRUMENTATION=true make acceptance
134134
135135 - name : Upload acceptance coverage artifact
136- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6 .0
136+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0 .0
137137 with :
138138 name : coverage-acceptance
139139 path : ./coverage-acceptance.out
@@ -152,18 +152,18 @@ jobs:
152152
153153 # checkout is required for codecov to map the coverage data back to files in the repo
154154 - name : Checkout repository
155- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
155+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
156156 with :
157157 fetch-depth : 0
158158
159159 - name : Download test coverage artifacts
160- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
160+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
161161 with :
162162 name : coverage-test
163163 path : ./coverage
164164
165165 - name : Download acceptance coverage artifact
166- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
166+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
167167 with :
168168 name : coverage-acceptance
169169 path : ./coverage
@@ -208,16 +208,16 @@ jobs:
208208 runs-on : ubuntu-latest
209209 steps :
210210 - name : Checkout repository
211- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
211+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
212212
213213 - name : Restore Cache
214- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
214+ uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
215215 with :
216216 key : main
217217 path : ' **'
218218
219219 - name : Setup Go environment
220- uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6 .0
220+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
221221 with :
222222 go-version-file : go.mod
223223 cache : false
0 commit comments