Skip to content

Commit babd846

Browse files
authored
Merge branch 'main' into lift-depupdatetool
2 parents afb790d + b4d97f9 commit babd846

9 files changed

+34
-34
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
5858

5959
- name: Checkout repository
60-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
60+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
6161

6262
# Initializes the CodeQL tools for scanning.
6363
- name: Initialize CodeQL

.github/workflows/depsreview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: 'Checkout Repository'
25-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
25+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2626
- name: 'Dependency Review'
2727
uses: actions/dependency-review-action@375c5370086bfff256c37f8beec0f437e2e72ae1

.github/workflows/docker.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
restore-keys: |
6969
${{ runner.os }}-go-
7070
- name: Clone the code
71-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
71+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
7272
with:
7373
fetch-depth: 0
7474
- name: Setup Go
@@ -113,7 +113,7 @@ jobs:
113113
restore-keys: |
114114
${{ runner.os }}-go-
115115
- name: Clone the code
116-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
116+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
117117
with:
118118
fetch-depth: 0
119119
- name: Setup Go
@@ -158,7 +158,7 @@ jobs:
158158
restore-keys: |
159159
${{ runner.os }}-go-
160160
- name: Clone the code
161-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
161+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
162162
with:
163163
fetch-depth: 0
164164
- name: Setup Go
@@ -203,7 +203,7 @@ jobs:
203203
restore-keys: |
204204
${{ runner.os }}-go-
205205
- name: Clone the code
206-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
206+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
207207
with:
208208
fetch-depth: 0
209209
- name: Setup Go
@@ -248,7 +248,7 @@ jobs:
248248
restore-keys: |
249249
${{ runner.os }}-go-
250250
- name: Clone the code
251-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
251+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
252252
with:
253253
fetch-depth: 0
254254
- name: Setup Go
@@ -293,7 +293,7 @@ jobs:
293293
restore-keys: |
294294
${{ runner.os }}-go-
295295
- name: Clone the code
296-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
296+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
297297
with:
298298
fetch-depth: 0
299299
- name: Setup Go
@@ -338,7 +338,7 @@ jobs:
338338
restore-keys: |
339339
${{ runner.os }}-go-
340340
- name: Clone the code
341-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
341+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
342342
with:
343343
fetch-depth: 0
344344
- name: Setup Go

.github/workflows/goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3737

3838
- name: Checkout
39-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
39+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
4040
with:
4141
fetch-depth: 0
4242
- name: Set up Go

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4444

4545
- name: pull_request actions/checkout
46-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
46+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
4747
with:
4848
ref: ${{ github.event.pull_request.head.sha }}
4949

.github/workflows/main.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
restore-keys: |
5555
${{ runner.os }}-go-
5656
- name: Clone the code
57-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
57+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
5858
with:
5959
fetch-depth: 0
6060
- name: Setup Go
@@ -99,7 +99,7 @@ jobs:
9999
restore-keys: |
100100
${{ runner.os }}-go-
101101
- name: Clone the code
102-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
102+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
103103
with:
104104
fetch-depth: 0
105105
- name: Setup Go
@@ -147,7 +147,7 @@ jobs:
147147
restore-keys: |
148148
${{ runner.os }}-go-
149149
- name: Clone the code
150-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
150+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
151151
with:
152152
fetch-depth: 0
153153
- name: Setup Go
@@ -182,7 +182,7 @@ jobs:
182182
version: ${{ env.PROTOC_VERSION }}
183183
repo-token: ${{ secrets.GITHUB_TOKEN }}
184184
- name: Clone the code
185-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
185+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
186186
with:
187187
fetch-depth: 0
188188
- name: Setup Go
@@ -230,7 +230,7 @@ jobs:
230230
restore-keys: |
231231
${{ runner.os }}-go-
232232
- name: Clone the code
233-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
233+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
234234
with:
235235
fetch-depth: 0
236236
- name: Setup Go
@@ -278,7 +278,7 @@ jobs:
278278
restore-keys: |
279279
${{ runner.os }}-go-
280280
- name: Clone the code
281-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
281+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
282282
with:
283283
fetch-depth: 0
284284
- name: Setup Go
@@ -326,7 +326,7 @@ jobs:
326326
restore-keys: |
327327
${{ runner.os }}-go-
328328
- name: Clone the code
329-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
329+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
330330
with:
331331
fetch-depth: 0
332332
- name: Setup Go
@@ -374,7 +374,7 @@ jobs:
374374
restore-keys: |
375375
${{ runner.os }}-go-
376376
- name: Clone the code
377-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
377+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
378378
with:
379379
fetch-depth: 0
380380
- name: Setup Go
@@ -422,7 +422,7 @@ jobs:
422422
restore-keys: |
423423
${{ runner.os }}-go-
424424
- name: Clone the code
425-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
425+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
426426
with:
427427
fetch-depth: 0
428428
- name: Setup Go
@@ -470,7 +470,7 @@ jobs:
470470
restore-keys: |
471471
${{ runner.os }}-go-
472472
- name: Clone the code
473-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
473+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
474474
with:
475475
fetch-depth: 0
476476
- name: Setup Go
@@ -518,7 +518,7 @@ jobs:
518518
restore-keys: |
519519
${{ runner.os }}-go-
520520
- name: Clone the code
521-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
521+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
522522
with:
523523
fetch-depth: 0
524524
- name: Setup Go
@@ -566,7 +566,7 @@ jobs:
566566
restore-keys: |
567567
${{ runner.os }}-go-
568568
- name: Clone the code
569-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
569+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
570570
with:
571571
fetch-depth: 0
572572
- name: Setup Go
@@ -614,7 +614,7 @@ jobs:
614614
restore-keys: |
615615
${{ runner.os }}-go-
616616
- name: Clone the code
617-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
617+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
618618
with:
619619
fetch-depth: 0
620620
- name: Setup Go
@@ -662,7 +662,7 @@ jobs:
662662
restore-keys: |
663663
${{ runner.os }}-go-
664664
- name: Clone the code
665-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
665+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
666666
with:
667667
fetch-depth: 0
668668
- name: Setup Go
@@ -710,7 +710,7 @@ jobs:
710710
restore-keys: |
711711
${{ runner.os }}-go-
712712
- name: Clone the code
713-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
713+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
714714
with:
715715
fetch-depth: 0
716716
- name: Setup Go
@@ -745,7 +745,7 @@ jobs:
745745
version: ${{ env.PROTOC_VERSION }}
746746
repo-token: ${{ secrets.GITHUB_TOKEN }}
747747
- name: Clone the code
748-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
748+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
749749
with:
750750
fetch-depth: 0
751751
- name: Setup Go
@@ -782,7 +782,7 @@ jobs:
782782
restore-keys: |
783783
${{ runner.os }}-go-
784784
- name: Clone the code
785-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
785+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
786786
with:
787787
fetch-depth: 0
788788
- name: Setup Go
@@ -829,7 +829,7 @@ jobs:
829829
restore-keys: |
830830
${{ runner.os }}-go-
831831
- name: Clone the code
832-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
832+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
833833
with:
834834
fetch-depth: 0
835835
- name: Setup Go
@@ -864,7 +864,7 @@ jobs:
864864
version: ${{ env.PROTOC_VERSION }}
865865
repo-token: ${{ secrets.GITHUB_TOKEN }}
866866
- name: Clone the code
867-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
867+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
868868
with:
869869
fetch-depth: 0
870870
- name: Setup Go
@@ -893,7 +893,7 @@ jobs:
893893
with:
894894
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
895895

896-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
896+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
897897
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v2.2.0
898898
with:
899899
go-version: ${{ env.GO_VERSION }}

.github/workflows/publishimage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4141

4242
- name: Clone the code
43-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
43+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
4444
with:
4545
fetch-depth: 0
4646
- name: Setup Go

.github/workflows/scorecard-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: "Checkout code"
26-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
26+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2727

2828
- name: "Run analysis"
2929
uses: ossf/scorecard-action@08dd0cebb088ac0fd6364339b1b3b68b75041ea8 # v2.0.0-alpha.2

.github/workflows/slsa-goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ldflags: ${{ steps.ldflags.outputs.value }}
1616
steps:
1717
- id: checkout
18-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.3.4
18+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
1919
with:
2020
fetch-depth: 0
2121
- id: ldflags

0 commit comments

Comments
 (0)