File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed
Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 4646
4747 - name : Set up Helm
4848 # Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0
49- uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
49+ uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
5050 with :
5151 version : ${{ env.HELM_VERSION }}
5252
@@ -149,7 +149,7 @@ jobs:
149149 - name : Get Token
150150 id : get_workflow_token
151151 # https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0
152- uses : peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
152+ uses : peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
153153 with :
154154 application_id : ${{ secrets.ACTIONS_ACCESS_APP_ID }}
155155 application_private_key : ${{ secrets.ACTIONS_ACCESS_PK }}
Original file line number Diff line number Diff line change 7474 - name : Get Token
7575 id : get_workflow_token
7676 # https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0
77- uses : peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
77+ uses : peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
7878 with :
7979 application_id : ${{ secrets.ACTIONS_ACCESS_APP_ID }}
8080 application_private_key : ${{ secrets.ACTIONS_ACCESS_PK }}
Original file line number Diff line number Diff line change 4040 - name : Get Token
4141 id : get_workflow_token
4242 # https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0
43- uses : peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
43+ uses : peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
4444 with :
4545 application_id : ${{ secrets.ACTIONS_ACCESS_APP_ID }}
4646 application_private_key : ${{ secrets.ACTIONS_ACCESS_PK }}
Original file line number Diff line number Diff line change 4646
4747 - name : Set up Helm
4848 # Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0
49- uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
49+ uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
5050 with :
5151 version : ${{ env.HELM_VERSION }}
5252
Original file line number Diff line number Diff line change 7676 uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
7777
7878 - name : Set up Docker Buildx
79- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
79+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
8080 with :
8181 # Pinning v0.9.1 for Buildx and BuildKit v0.10.6
8282 # BuildKit v0.11 which has a bug causing intermittent
@@ -142,7 +142,7 @@ jobs:
142142
143143 - name : Set up Helm
144144 # Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0
145- uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
145+ uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
146146 with :
147147 version : ${{ env.HELM_VERSION }}
148148
@@ -190,7 +190,7 @@ jobs:
190190
191191 - name : Set up Helm
192192 # Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0
193- uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
193+ uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
194194 with :
195195 version : ${{ env.HELM_VERSION }}
196196
Original file line number Diff line number Diff line change 4242
4343 - name : Set up Helm
4444 # Using https://github.com/Azure/setup-helm/releases/tag/v4.2.0
45- uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
45+ uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
4646 with :
4747 version : ${{ env.HELM_VERSION }}
4848
6969 ct lint --config charts/.ci/ct-config-gha.yaml
7070
7171 - name : Set up docker buildx
72- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
72+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
7373 if : steps.list-changed.outputs.changed == 'true'
7474 with :
7575 version : latest
Original file line number Diff line number Diff line change 6060 - name : Get Token
6161 id : get_workflow_token
6262 # https://github.com/peter-murray/workflow-application-token-action/releases/tag/v3.0.0
63- uses : peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
63+ uses : peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
6464 with :
6565 application_id : ${{ secrets.ACTIONS_ACCESS_APP_ID }}
6666 application_private_key : ${{ secrets.ACTIONS_ACCESS_PK }}
@@ -117,7 +117,7 @@ jobs:
117117
118118 - name : Set up Docker Buildx
119119 # https://github.com/docker/setup-buildx-action/releases/tag/v3.10.0
120- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
120+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
121121 with :
122122 version : latest
123123
Original file line number Diff line number Diff line change 1414 issues : write # for actions/stale to close stale issues
1515 pull-requests : write # for actions/stale to close stale PRs
1616 steps :
17- - uses : actions/stale@v6
17+ - uses : actions/stale@v9
1818 with :
1919 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.'
2020 # turn off stale for both issues and PRs
Original file line number Diff line number Diff line change 4949 cache : false
5050 - name : golangci-lint
5151 # https://github.com/golangci/golangci-lint-action/releases/tag/v7.0.0
52- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
52+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
5353 with :
5454 only-new-issues : true
5555 version : v2.1.2
You can’t perform that action at this time.
0 commit comments