Skip to content

Commit 64bf903

Browse files
dependabot[bot]naveensrinivasan
authored andcommitted
🌱 Bump actions/checkout from 3.0.1 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@dcd71f6...2541b12) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4622952 commit 64bf903

File tree

8 files changed

+33
-33
lines changed

8 files changed

+33
-33
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
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@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
60+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
6161

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

.github/workflows/depsreview.yml

Lines changed: 1 addition & 1 deletion
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@dcd71f646680f2efd8db4afa5ad64fdcba30e748
25+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
2626
- name: 'Dependency Review'
2727
uses: actions/dependency-review-action@3f943b86c9a289f4e632c632695e2e0898d9d67d

.github/workflows/docker.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
restore-keys: |
6767
${{ runner.os }}-go-
6868
- name: Clone the code
69-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
69+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
7070
with:
7171
fetch-depth: 0
7272
- name: Setup Go
@@ -108,7 +108,7 @@ jobs:
108108
restore-keys: |
109109
${{ runner.os }}-go-
110110
- name: Clone the code
111-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
111+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
112112
with:
113113
fetch-depth: 0
114114
- name: Setup Go
@@ -150,7 +150,7 @@ jobs:
150150
restore-keys: |
151151
${{ runner.os }}-go-
152152
- name: Clone the code
153-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
153+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
154154
with:
155155
fetch-depth: 0
156156
- name: Setup Go
@@ -192,7 +192,7 @@ jobs:
192192
restore-keys: |
193193
${{ runner.os }}-go-
194194
- name: Clone the code
195-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
195+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
196196
with:
197197
fetch-depth: 0
198198
- name: Setup Go
@@ -234,7 +234,7 @@ jobs:
234234
restore-keys: |
235235
${{ runner.os }}-go-
236236
- name: Clone the code
237-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
237+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
238238
with:
239239
fetch-depth: 0
240240
- name: Setup Go
@@ -276,7 +276,7 @@ jobs:
276276
restore-keys: |
277277
${{ runner.os }}-go-
278278
- name: Clone the code
279-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
279+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
280280
with:
281281
fetch-depth: 0
282282
- name: Setup Go
@@ -318,7 +318,7 @@ jobs:
318318
restore-keys: |
319319
${{ runner.os }}-go-
320320
- name: Clone the code
321-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
321+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
322322
with:
323323
fetch-depth: 0
324324
- name: Setup Go

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
-
3737
name: Checkout
38-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
38+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
3939
with:
4040
fetch-depth: 0
4141
-

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
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@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
46+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
4747
with:
4848
ref: ${{ github.event.pull_request.head.sha }}
4949

.github/workflows/main.yml

Lines changed: 20 additions & 20 deletions
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@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
57+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
5858
with:
5959
fetch-depth: 0
6060
- name: Setup Go
@@ -97,7 +97,7 @@ jobs:
9797
restore-keys: |
9898
${{ runner.os }}-go-
9999
- name: Clone the code
100-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
100+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
101101
with:
102102
fetch-depth: 0
103103
- name: Setup Go
@@ -142,7 +142,7 @@ jobs:
142142
restore-keys: |
143143
${{ runner.os }}-go-
144144
- name: Clone the code
145-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
145+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
146146
with:
147147
fetch-depth: 0
148148
- name: Setup Go
@@ -186,7 +186,7 @@ jobs:
186186
restore-keys: |
187187
${{ runner.os }}-go-
188188
- name: Clone the code
189-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
189+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
190190
with:
191191
fetch-depth: 0
192192
- name: Setup Go
@@ -231,7 +231,7 @@ jobs:
231231
restore-keys: |
232232
${{ runner.os }}-go-
233233
- name: Clone the code
234-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
234+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
235235
with:
236236
fetch-depth: 0
237237
- name: Setup Go
@@ -276,7 +276,7 @@ jobs:
276276
restore-keys: |
277277
${{ runner.os }}-go-
278278
- name: Clone the code
279-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
279+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
280280
with:
281281
fetch-depth: 0
282282
- name: Setup Go
@@ -321,7 +321,7 @@ jobs:
321321
restore-keys: |
322322
${{ runner.os }}-go-
323323
- name: Clone the code
324-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
324+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
325325
with:
326326
fetch-depth: 0
327327
- name: Setup Go
@@ -366,7 +366,7 @@ jobs:
366366
restore-keys: |
367367
${{ runner.os }}-go-
368368
- name: Clone the code
369-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
369+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
370370
with:
371371
fetch-depth: 0
372372
- name: Setup Go
@@ -411,7 +411,7 @@ jobs:
411411
restore-keys: |
412412
${{ runner.os }}-go-
413413
- name: Clone the code
414-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
414+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
415415
with:
416416
fetch-depth: 0
417417
- name: Setup Go
@@ -456,7 +456,7 @@ jobs:
456456
restore-keys: |
457457
${{ runner.os }}-go-
458458
- name: Clone the code
459-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
459+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
460460
with:
461461
fetch-depth: 0
462462
- name: Setup Go
@@ -501,7 +501,7 @@ jobs:
501501
restore-keys: |
502502
${{ runner.os }}-go-
503503
- name: Clone the code
504-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
504+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
505505
with:
506506
fetch-depth: 0
507507
- name: Setup Go
@@ -546,7 +546,7 @@ jobs:
546546
restore-keys: |
547547
${{ runner.os }}-go-
548548
- name: Clone the code
549-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
549+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
550550
with:
551551
fetch-depth: 0
552552
- name: Setup Go
@@ -591,7 +591,7 @@ jobs:
591591
restore-keys: |
592592
${{ runner.os }}-go-
593593
- name: Clone the code
594-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
594+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
595595
with:
596596
fetch-depth: 0
597597
- name: Setup Go
@@ -636,7 +636,7 @@ jobs:
636636
restore-keys: |
637637
${{ runner.os }}-go-
638638
- name: Clone the code
639-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
639+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
640640
with:
641641
fetch-depth: 0
642642
- name: Setup Go
@@ -681,7 +681,7 @@ jobs:
681681
restore-keys: |
682682
${{ runner.os }}-go-
683683
- name: Clone the code
684-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
684+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
685685
with:
686686
fetch-depth: 0
687687
- name: Setup Go
@@ -725,7 +725,7 @@ jobs:
725725
restore-keys: |
726726
${{ runner.os }}-go-
727727
- name: Clone the code
728-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
728+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
729729
with:
730730
fetch-depth: 0
731731
- name: Setup Go
@@ -760,7 +760,7 @@ jobs:
760760
restore-keys: |
761761
${{ runner.os }}-go-
762762
- name: Clone the code
763-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
763+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
764764
with:
765765
fetch-depth: 0
766766
- name: Setup Go
@@ -804,7 +804,7 @@ jobs:
804804
restore-keys: |
805805
${{ runner.os }}-go-
806806
- name: Clone the code
807-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
807+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
808808
with:
809809
fetch-depth: 0
810810
- name: Setup Go
@@ -844,7 +844,7 @@ jobs:
844844
restore-keys: |
845845
${{ runner.os }}-go-
846846
- name: Clone the code
847-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
847+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
848848
with:
849849
fetch-depth: 0
850850
- name: Setup Go
@@ -871,7 +871,7 @@ jobs:
871871
with:
872872
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
873873

874-
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
874+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
875875
- uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
876876
with:
877877
go-version: '1.17'

.github/workflows/publishimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3838

3939
- name: Clone the code
40-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2.3.4
40+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2.3.4
4141
with:
4242
fetch-depth: 0
4343
- name: Setup Go

.github/workflows/scorecard-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2828

2929
- name: "Checkout code"
30-
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
30+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
3131

3232
- name: "Run analysis"
3333
uses: ossf/scorecard-action@c1aec4ac820532bab364f02a81873c555a0ba3a1

0 commit comments

Comments
 (0)