File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 17
17
permissions :
18
18
contents : read
19
19
steps :
20
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21
21
with :
22
22
persist-credentials : false
23
23
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
35
35
contents : read
36
36
id-token : write
37
37
steps :
38
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39
39
with :
40
40
persist-credentials : false
41
41
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
@@ -134,7 +134,7 @@ jobs:
134
134
run : |
135
135
echo "Skipping job because PR is from a fork"
136
136
exit 0
137
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
137
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
138
138
with :
139
139
persist-credentials : false
140
140
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
Original file line number Diff line number Diff line change 23
23
concurrency : cloud-api
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27
27
with :
28
28
persist-credentials : false
29
29
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
Original file line number Diff line number Diff line change 10
10
pull-requests : write
11
11
contents : read
12
12
steps :
13
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14
14
with :
15
15
persist-credentials : false
16
16
- uses : mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
Original file line number Diff line number Diff line change 31
31
# - run-cloud-tests
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
35
35
with :
36
36
persist-credentials : false
37
37
- name : Unshallow
Original file line number Diff line number Diff line change 14
14
name : golangci-lint
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
18
with :
19
19
persist-credentials : false
20
20
- run : make golangci-lint # Using the makefile to have the same command in CI and locally
23
23
name : terraform fmt
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27
27
with :
28
28
persist-credentials : false
29
29
- uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
34
34
name : docs
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38
38
with :
39
39
persist-credentials : false
40
40
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
55
55
name : unit tests
56
56
runs-on : ubuntu-latest
57
57
steps :
58
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
59
59
with :
60
60
persist-credentials : false
61
61
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
Original file line number Diff line number Diff line change 18
18
pull-requests : write # Required to create PRs
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22
22
with :
23
23
token : ${{ secrets.GITHUB_TOKEN }}
24
24
Original file line number Diff line number Diff line change 6
6
validate-catalog :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
10
10
- uses : ./.github/actions/validate-catalog
11
11
You can’t perform that action at this time.
0 commit comments