Skip to content

Commit 652bd99

Browse files
Bump the actions group across 1 directory with 5 updates (#4262)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f731873 commit 652bd99

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0
4646

4747
- name: Set up Helm
48-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
48+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
4949
with:
5050
version: ${{ env.HELM_VERSION }}
5151

@@ -58,7 +58,7 @@ jobs:
5858
run: helm template --values charts/.ci/values-kube-score.yaml charts/* | ./kube-score score - --ignore-test pod-networkpolicy --ignore-test deployment-has-poddisruptionbudget --ignore-test deployment-has-host-podantiaffinity --ignore-test container-security-context --ignore-test pod-probes --ignore-test container-image-tag --enable-optional-test container-security-context-privileged --enable-optional-test container-security-context-readonlyrootfilesystem
5959

6060
# python is a requirement for the chart-testing action below (supports yamllint among other tests)
61-
- uses: actions/setup-python@v5
61+
- uses: actions/setup-python@v6
6262
with:
6363
python-version: "3.11"
6464

.github/workflows/arc-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout
4242
uses: actions/checkout@v5
4343

44-
- uses: actions/setup-go@v5
44+
- uses: actions/setup-go@v6
4545
with:
4646
go-version-file: "go.mod"
4747

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
fetch-depth: 0
4646

4747
- name: Set up Helm
48-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
48+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
4949
with:
5050
version: ${{ env.HELM_VERSION }}
5151

5252
# python is a requirement for the chart-testing action below (supports yamllint among other tests)
53-
- uses: actions/setup-python@v5
53+
- uses: actions/setup-python@v6
5454
with:
5555
python-version: "3.11"
5656

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
driver-opts: image=moby/buildkit:v0.10.6
8585

8686
- name: Login to GitHub Container Registry
87-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
87+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
8888
with:
8989
registry: ghcr.io
9090
username: ${{ github.actor }}
@@ -138,7 +138,7 @@ jobs:
138138
echo "repository_owner=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
139139
140140
- name: Set up Helm
141-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
141+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
142142
with:
143143
version: ${{ env.HELM_VERSION }}
144144

@@ -185,7 +185,7 @@ jobs:
185185
echo "repository_owner=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
186186
187187
- name: Set up Helm
188-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
188+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
189189
with:
190190
version: ${{ env.HELM_VERSION }}
191191

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
fetch-depth: 0
4242

4343
- name: Set up Helm
44-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
44+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
4545
with:
4646
version: ${{ env.HELM_VERSION }}
4747

4848
# python is a requirement for the chart-testing action below (supports yamllint among other tests)
49-
- uses: actions/setup-python@v5
49+
- uses: actions/setup-python@v6
5050
with:
5151
python-version: "3.11"
5252

@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113
- name: Checkout
114114
uses: actions/checkout@v5
115-
- uses: actions/setup-go@v5
115+
- uses: actions/setup-go@v6
116116
with:
117117
go-version-file: "go.mod"
118118
cache: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/checkout@v5
9494

9595
- name: Login to GitHub Container Registry
96-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
96+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
9797
with:
9898
registry: ghcr.io
9999
username: ${{ github.actor }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v5
2929

3030
- name: Install Go
31-
uses: actions/setup-go@v5
31+
uses: actions/setup-go@v6
3232
with:
3333
go-version-file: go.mod
3434

.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@v9
17+
- uses: actions/stale@v10
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v5
33-
- uses: actions/setup-go@v5
33+
- uses: actions/setup-go@v6
3434
with:
3535
go-version-file: "go.mod"
3636
cache: false
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions/checkout@v5
46-
- uses: actions/setup-go@v5
46+
- uses: actions/setup-go@v6
4747
with:
4848
go-version-file: "go.mod"
4949
cache: false
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- uses: actions/checkout@v5
60-
- uses: actions/setup-go@v5
60+
- uses: actions/setup-go@v6
6161
with:
6262
go-version-file: "go.mod"
6363
cache: false
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- uses: actions/checkout@v5
73-
- uses: actions/setup-go@v5
73+
- uses: actions/setup-go@v6
7474
with:
7575
go-version-file: "go.mod"
7676
- run: make manifests

0 commit comments

Comments
 (0)