File tree 10 files changed +24
-24
lines changed
10 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 45
45
fetch-depth : 0
46
46
47
47
- name : Set up Helm
48
- uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
48
+ uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
49
49
with :
50
50
version : ${{ env.HELM_VERSION }}
51
51
63
63
python-version : ' 3.11'
64
64
65
65
- name : Set up chart-testing
66
- uses : helm/chart-testing-action@v2.6 .0
66
+ uses : helm/chart-testing-action@v2.7 .0
67
67
68
68
- name : Run chart-testing (list-changed)
69
69
id : list-changed
79
79
80
80
- name : Create kind cluster
81
81
if : steps.list-changed.outputs.changed == 'true'
82
- uses : helm/kind-action@v1.4 .0
82
+ uses : helm/kind-action@v1.12 .0
83
83
84
84
# We need cert-manager already installed in the cluster because we assume the CRDs exist
85
85
- name : Install cert-manager
@@ -145,14 +145,14 @@ jobs:
145
145
146
146
- name : Get Token
147
147
id : get_workflow_token
148
- uses : peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
148
+ uses : peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
149
149
with :
150
150
application_id : ${{ secrets.ACTIONS_ACCESS_APP_ID }}
151
151
application_private_key : ${{ secrets.ACTIONS_ACCESS_PK }}
152
152
organization : ${{ env.CHART_TARGET_ORG }}
153
153
154
154
- name : Install chart-releaser
155
- uses : helm/chart-releaser-action@v1.4.1
155
+ uses : helm/chart-releaser-action@v1.7.0
156
156
with :
157
157
install_only : true
158
158
install_dir : ${{ github.workspace }}/bin
Original file line number Diff line number Diff line change 73
73
74
74
- name : Get Token
75
75
id : get_workflow_token
76
- uses : peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
76
+ uses : peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
77
77
with :
78
78
application_id : ${{ secrets.ACTIONS_ACCESS_APP_ID }}
79
79
application_private_key : ${{ secrets.ACTIONS_ACCESS_PK }}
Original file line number Diff line number Diff line change 39
39
40
40
- name : Get Token
41
41
id : get_workflow_token
42
- uses : peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
42
+ uses : peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
43
43
with :
44
44
application_id : ${{ secrets.ACTIONS_ACCESS_APP_ID }}
45
45
application_private_key : ${{ secrets.ACTIONS_ACCESS_PK }}
Original file line number Diff line number Diff line change 46
46
47
47
- name : Set up Helm
48
48
# Using https://github.com/Azure/setup-helm/releases/tag/v4.2
49
- uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
49
+ uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
50
50
with :
51
51
version : ${{ env.HELM_VERSION }}
52
52
72
72
python-version : ' 3.11'
73
73
74
74
- name : Set up chart-testing
75
- uses : helm/chart-testing-action@v2.6 .0
75
+ uses : helm/chart-testing-action@v2.7 .0
76
76
77
77
- name : Run chart-testing (list-changed)
78
78
id : list-changed
87
87
ct lint --config charts/.ci/ct-config.yaml
88
88
89
89
- name : Create kind cluster
90
- uses : helm/kind-action@v1.4 .0
90
+ uses : helm/kind-action@v1.12 .0
91
91
if : steps.list-changed.outputs.changed == 'true'
92
92
93
93
# We need cert-manager already installed in the cluster because we assume the CRDs exist
Original file line number Diff line number Diff line change 91
91
password : ${{ secrets.GITHUB_TOKEN }}
92
92
93
93
- name : Build & push controller image
94
- uses : docker/build-push-action@v5
94
+ uses : docker/build-push-action@v6
95
95
with :
96
96
file : Dockerfile
97
97
platforms : linux/amd64,linux/arm64
@@ -141,7 +141,7 @@ jobs:
141
141
142
142
- name : Set up Helm
143
143
# Using https://github.com/Azure/setup-helm/releases/tag/v4.2
144
- uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
144
+ uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
145
145
with :
146
146
version : ${{ env.HELM_VERSION }}
147
147
@@ -189,7 +189,7 @@ jobs:
189
189
190
190
- name : Set up Helm
191
191
# Using https://github.com/Azure/setup-helm/releases/tag/v4.2
192
- uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
192
+ uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
193
193
with :
194
194
version : ${{ env.HELM_VERSION }}
195
195
Original file line number Diff line number Diff line change 42
42
43
43
- name : Set up Helm
44
44
# Using https://github.com/Azure/setup-helm/releases/tag/v4.2
45
- uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
45
+ uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
46
46
with :
47
47
version : ${{ env.HELM_VERSION }}
48
48
52
52
python-version : ' 3.11'
53
53
54
54
- name : Set up chart-testing
55
- uses : helm/chart-testing-action@v2.6 .0
55
+ uses : helm/chart-testing-action@v2.7 .0
56
56
57
57
- name : Run chart-testing (list-changed)
58
58
id : list-changed
74
74
version : latest
75
75
76
76
- name : Build controller image
77
- uses : docker/build-push-action@v5
77
+ uses : docker/build-push-action@v6
78
78
if : steps.list-changed.outputs.changed == 'true'
79
79
with :
80
80
file : Dockerfile
89
89
cache-to : type=gha,mode=max
90
90
91
91
- name : Create kind cluster
92
- uses : helm/kind-action@v1.4 .0
92
+ uses : helm/kind-action@v1.12 .0
93
93
if : steps.list-changed.outputs.changed == 'true'
94
94
with :
95
95
cluster_name : chart-testing
Original file line number Diff line number Diff line change 59
59
60
60
- name : Get Token
61
61
id : get_workflow_token
62
- uses : peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
62
+ uses : peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
63
63
with :
64
64
application_id : ${{ secrets.ACTIONS_ACCESS_APP_ID }}
65
65
application_private_key : ${{ secrets.ACTIONS_ACCESS_PK }}
@@ -119,7 +119,7 @@ jobs:
119
119
120
120
# Unstable builds - run at your own risk
121
121
- name : Build and Push
122
- uses : docker/build-push-action@v5
122
+ uses : docker/build-push-action@v6
123
123
with :
124
124
context : .
125
125
file : ./Dockerfile
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
33
33
go-version-file : go.mod
34
34
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@v2
36
+ uses : github/codeql-action/init@v3
37
37
with :
38
38
languages : go
39
39
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@v2
41
+ uses : github/codeql-action/autobuild@v3
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@v2
44
+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 14
14
issues : write # for actions/stale to close stale issues
15
15
pull-requests : write # for actions/stale to close stale PRs
16
16
steps :
17
- - uses : actions/stale@v6
17
+ - uses : actions/stale@v9
18
18
with :
19
19
stale-issue-message : ' This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
20
20
# turn off stale for both issues and PRs
Original file line number Diff line number Diff line change 48
48
go-version-file : ' go.mod'
49
49
cache : false
50
50
- name : golangci-lint
51
- uses : golangci/golangci-lint-action@v6
51
+ uses : golangci/golangci-lint-action@v7
52
52
with :
53
53
only-new-issues : true
54
54
version : v1.55.2
You can’t perform that action at this time.
0 commit comments