Skip to content

Commit daeb90e

Browse files
🌱 Bump actions/checkout from 3.3.0 to 3.4.0 (#2767)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@ac59398...24cb908) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82f1dea commit daeb90e

9 files changed

+35
-35
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
60+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
25+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
2626
- name: 'Dependency Review'
2727
uses: actions/dependency-review-action@c090f4e553673e6e505ea70d6a95362ee12adb94

.github/workflows/docker.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
docs_only: ${{ steps.docs_only_check.outputs.docs_only }}
3737
steps:
3838
- name: Check out code
39-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c #v3.3.0
39+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f #v3.4.0
4040
with:
4141
fetch-depth: 2
4242
- id: files
@@ -86,7 +86,7 @@ jobs:
8686
restore-keys: |
8787
${{ runner.os }}-go-
8888
- name: Clone the code
89-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
89+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
9090
with:
9191
fetch-depth: 0
9292
- name: Setup Go
@@ -134,7 +134,7 @@ jobs:
134134
restore-keys: |
135135
${{ runner.os }}-go-
136136
- name: Clone the code
137-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
137+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
138138
with:
139139
fetch-depth: 0
140140
- name: Setup Go
@@ -182,7 +182,7 @@ jobs:
182182
restore-keys: |
183183
${{ runner.os }}-go-
184184
- name: Clone the code
185-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
185+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
233+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
281+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
329+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
377+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
378378
with:
379379
fetch-depth: 0
380380
- 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
39+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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
@@ -42,7 +42,7 @@ jobs:
4242
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4343

4444
- name: pull_request actions/checkout
45-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
45+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
4646
with:
4747
ref: ${{ github.event.pull_request.head.sha }}
4848

.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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
57+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
102+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
150+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
185+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
233+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
281+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
329+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
377+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
425+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
473+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
521+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
569+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
617+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
665+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
713+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
748+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
785+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
832+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
867+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
896+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
897897
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
43+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
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
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: "Checkout code"
25-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
25+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
2626

2727
- name: "Run analysis"
2828
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
18+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
1919
with:
2020
fetch-depth: 0
2121
- id: ldflags

0 commit comments

Comments
 (0)