Skip to content

Commit ee8ca99

Browse files
Bump the actions group across 1 directory with 5 updates (#4160)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a13540 commit ee8ca99

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

.github/workflows/arc-publish-chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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 }}

.github/workflows/arc-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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 }}

.github/workflows/arc-release-runners.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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 }}

.github/workflows/arc-validate-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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

.github/workflows/gha-publish-chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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

.github/workflows/gha-validate-chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

@@ -69,7 +69,7 @@ jobs:
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

.github/workflows/global-publish-canary.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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

.github/workflows/global-run-stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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

0 commit comments

Comments
 (0)