@@ -40,14 +40,14 @@ jobs:
4040 echo "yarn=$(yarn cache dir)" >> $GITHUB_OUTPUT
4141 mkdir -p /usr/local/share/.cache/go
4242 echo "go=/usr/local/share/.cache/go" >> $GITHUB_OUTPUT
43- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
43+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4444 with :
4545 path : ${{ steps.global-cache-dir-path.outputs.yarn }}
4646 key : yarn-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-integration
4747 restore-keys : |
4848 yarn-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-
4949 yarn-${{ runner.os }}-
50- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
50+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5151 with :
5252 path : ${{ steps.global-cache-dir-path.outputs.go }}
5353 key : go-${{ runner.os }}-${{ hashFiles('**/go.sum') }}-integration
@@ -68,13 +68,13 @@ jobs:
6868 SENTRY_DSN : ${{ secrets.SENTRY_DSN }}
6969 GOCACHE : ${{ steps.global-cache-dir-path.outputs.go }}
7070 - name : Upload dist
71- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
71+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7272 if : ${{ !inputs.skip_setup }}
7373 with :
7474 name : dist
7575 path : dist
7676 - name : Upload edge-provider bindings
77- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
77+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7878 if : ${{ !inputs.skip_setup }}
7979 with :
8080 name : edge-provider-bindings
@@ -116,21 +116,21 @@ jobs:
116116 mkdir -p /usr/local/share/.cache/go
117117 echo "go=/usr/local/share/.cache/go" >> $GITHUB_OUTPUT
118118 # only restore as an individual cache as per matrix explodes our cache usage
119- - uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
119+ - uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
120120 with :
121121 path : ${{ steps.global-cache-dir-path.outputs.yarn }}
122122 key : yarn-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-integration
123123 restore-keys : |
124124 yarn-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-
125125 yarn-${{ runner.os }}-
126- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
126+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
127127 with :
128128 path : ${{ steps.global-cache-dir-path.outputs.terraform }}
129129 # put matrix before integration to not restore caches from other sibling matrix jobs
130130 key : terraform-${{ runner.os }}-${{ matrix.terraform }}-matrix-integration-${{ matrix.target }}
131131 restore-keys : |
132132 terraform-${{ runner.os }}-${{ matrix.terraform }}-
133- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
133+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
134134 with :
135135 path : ${{ steps.global-cache-dir-path.outputs.go }}
136136 # put matrix before integration to not restore caches from other sibling matrix jobs
@@ -140,12 +140,12 @@ jobs:
140140 go-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
141141 go-${{ runner.os }}-
142142 - name : Download dist
143- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
143+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
144144 with :
145145 name : dist
146146 path : dist
147147 - name : Download edge-provider bindings
148- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
148+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
149149 with :
150150 name : edge-provider-bindings
151151 path : test/edge-provider-bindings
@@ -188,21 +188,21 @@ jobs:
188188 mkdir -p /usr/local/share/.cache/go
189189 echo "go=/usr/local/share/.cache/go" >> $GITHUB_OUTPUT
190190 # only restore as an individual cache as per matrix explodes our cache usage
191- - uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
191+ - uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
192192 with :
193193 path : ${{ steps.global-cache-dir-path.outputs.yarn }}
194194 key : yarn-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-integration
195195 restore-keys : |
196196 yarn-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-
197197 yarn-${{ runner.os }}-
198- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
198+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
199199 with :
200200 path : ${{ steps.global-cache-dir-path.outputs.terraform }}
201201 # put matrix before integration to not restore caches from other sibling matrix jobs
202202 key : terraform-${{ runner.os }}-${{ matrix.terraform }}-matrix-integration-${{ matrix.target }}
203203 restore-keys : |
204204 terraform-${{ runner.os }}-${{ matrix.terraform }}-
205- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
205+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
206206 with :
207207 path : ${{ steps.global-cache-dir-path.outputs.go }}
208208 # put matrix before integration to not restore caches from other sibling matrix jobs
@@ -219,17 +219,17 @@ jobs:
219219 - name : Install pipenv
220220 run : pip install pipenv
221221 - name : Install Go
222- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
222+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
223223 with :
224224 go-version : 1.18.x
225225 cache : false # This is disabled because we don't have a go.sum file and setup-go expects it to use caching. Thus, caching is always broken anyways
226226 - name : Download dist
227- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
227+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
228228 with :
229229 name : dist
230230 path : dist
231231 - name : Download edge-provider bindings
232- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
232+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
233233 with :
234234 name : edge-provider-bindings
235235 path : test/edge-provider-bindings
0 commit comments