Skip to content

Commit 709cd93

Browse files
Bump the actions group across 1 directory with 9 updates
Bumps the actions group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [azure/setup-helm](https://github.com/azure/setup-helm) | `4.2.0` | `4.3.0` | | [helm/chart-testing-action](https://github.com/helm/chart-testing-action) | `2.6.0` | `2.7.0` | | [helm/kind-action](https://github.com/helm/kind-action) | `1.4.0` | `1.12.0` | | [peter-murray/workflow-application-token-action](https://github.com/peter-murray/workflow-application-token-action) | `3.0.0` | `4.0.1` | | [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) | `1.4.1` | `1.7.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `5` | `6` | | [github/codeql-action](https://github.com/github/codeql-action) | `2` | `3` | | [actions/stale](https://github.com/actions/stale) | `6` | `9` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `6` | `7` | Updates `azure/setup-helm` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@fe7b79c...b9e5190) Updates `helm/chart-testing-action` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](helm/chart-testing-action@v2.6.0...v2.7.0) Updates `helm/kind-action` from 1.4.0 to 1.12.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.4.0...v1.12.0) Updates `peter-murray/workflow-application-token-action` from 3.0.0 to 4.0.1 - [Release notes](https://github.com/peter-murray/workflow-application-token-action/releases) - [Commits](peter-murray/workflow-application-token-action@dc04139...d17e3a9) Updates `helm/chart-releaser-action` from 1.4.1 to 1.7.0 - [Release notes](https://github.com/helm/chart-releaser-action/releases) - [Commits](helm/chart-releaser-action@v1.4.1...v1.7.0) Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) Updates `github/codeql-action` from 2 to 3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) Updates `actions/stale` from 6 to 9 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v6...v9) Updates `golangci/golangci-lint-action` from 6 to 7 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6...v7) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: helm/chart-testing-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: peter-murray/workflow-application-token-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: helm/chart-releaser-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15990d4 commit 709cd93

10 files changed

+24
-24
lines changed

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

+5-5
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@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
48+
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
4949
with:
5050
version: ${{ env.HELM_VERSION }}
5151

@@ -63,7 +63,7 @@ jobs:
6363
python-version: '3.11'
6464

6565
- name: Set up chart-testing
66-
uses: helm/chart-testing-action@v2.6.0
66+
uses: helm/chart-testing-action@v2.7.0
6767

6868
- name: Run chart-testing (list-changed)
6969
id: list-changed
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Create kind cluster
8181
if: steps.list-changed.outputs.changed == 'true'
82-
uses: helm/kind-action@v1.4.0
82+
uses: helm/kind-action@v1.12.0
8383

8484
# We need cert-manager already installed in the cluster because we assume the CRDs exist
8585
- name: Install cert-manager
@@ -145,14 +145,14 @@ jobs:
145145
146146
- name: Get Token
147147
id: get_workflow_token
148-
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
148+
uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
149149
with:
150150
application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }}
151151
application_private_key: ${{ secrets.ACTIONS_ACCESS_PK }}
152152
organization: ${{ env.CHART_TARGET_ORG }}
153153

154154
- name: Install chart-releaser
155-
uses: helm/chart-releaser-action@v1.4.1
155+
uses: helm/chart-releaser-action@v1.7.0
156156
with:
157157
install_only: true
158158
install_dir: ${{ github.workspace }}/bin

.github/workflows/arc-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Get Token
7575
id: get_workflow_token
76-
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
76+
uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
7777
with:
7878
application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }}
7979
application_private_key: ${{ secrets.ACTIONS_ACCESS_PK }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Get Token
4141
id: get_workflow_token
42-
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
42+
uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
4343
with:
4444
application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }}
4545
application_private_key: ${{ secrets.ACTIONS_ACCESS_PK }}

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

+3-3
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
49-
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
49+
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
5050
with:
5151
version: ${{ env.HELM_VERSION }}
5252

@@ -72,7 +72,7 @@ jobs:
7272
python-version: '3.11'
7373

7474
- name: Set up chart-testing
75-
uses: helm/chart-testing-action@v2.6.0
75+
uses: helm/chart-testing-action@v2.7.0
7676

7777
- name: Run chart-testing (list-changed)
7878
id: list-changed
@@ -87,7 +87,7 @@ jobs:
8787
ct lint --config charts/.ci/ct-config.yaml
8888
8989
- name: Create kind cluster
90-
uses: helm/kind-action@v1.4.0
90+
uses: helm/kind-action@v1.12.0
9191
if: steps.list-changed.outputs.changed == 'true'
9292

9393
# We need cert-manager already installed in the cluster because we assume the CRDs exist

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
password: ${{ secrets.GITHUB_TOKEN }}
9292

9393
- name: Build & push controller image
94-
uses: docker/build-push-action@v5
94+
uses: docker/build-push-action@v6
9595
with:
9696
file: Dockerfile
9797
platforms: linux/amd64,linux/arm64
@@ -141,7 +141,7 @@ jobs:
141141
142142
- name: Set up Helm
143143
# Using https://github.com/Azure/setup-helm/releases/tag/v4.2
144-
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
144+
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
145145
with:
146146
version: ${{ env.HELM_VERSION }}
147147

@@ -189,7 +189,7 @@ jobs:
189189
190190
- name: Set up Helm
191191
# Using https://github.com/Azure/setup-helm/releases/tag/v4.2
192-
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
192+
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
193193
with:
194194
version: ${{ env.HELM_VERSION }}
195195

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

+4-4
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
45-
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
45+
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
4646
with:
4747
version: ${{ env.HELM_VERSION }}
4848

@@ -52,7 +52,7 @@ jobs:
5252
python-version: '3.11'
5353

5454
- name: Set up chart-testing
55-
uses: helm/chart-testing-action@v2.6.0
55+
uses: helm/chart-testing-action@v2.7.0
5656

5757
- name: Run chart-testing (list-changed)
5858
id: list-changed
@@ -74,7 +74,7 @@ jobs:
7474
version: latest
7575

7676
- name: Build controller image
77-
uses: docker/build-push-action@v5
77+
uses: docker/build-push-action@v6
7878
if: steps.list-changed.outputs.changed == 'true'
7979
with:
8080
file: Dockerfile
@@ -89,7 +89,7 @@ jobs:
8989
cache-to: type=gha,mode=max
9090

9191
- name: Create kind cluster
92-
uses: helm/kind-action@v1.4.0
92+
uses: helm/kind-action@v1.12.0
9393
if: steps.list-changed.outputs.changed == 'true'
9494
with:
9595
cluster_name: chart-testing

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Get Token
6161
id: get_workflow_token
62-
uses: peter-murray/workflow-application-token-action@dc0413987a085fa17d19df9e47d4677cf81ffef3
62+
uses: peter-murray/workflow-application-token-action@d17e3a9a36850ea89f35db16c1067dd2b68ee343
6363
with:
6464
application_id: ${{ secrets.ACTIONS_ACCESS_APP_ID }}
6565
application_private_key: ${{ secrets.ACTIONS_ACCESS_PK }}
@@ -119,7 +119,7 @@ jobs:
119119

120120
# Unstable builds - run at your own risk
121121
- name: Build and Push
122-
uses: docker/build-push-action@v5
122+
uses: docker/build-push-action@v6
123123
with:
124124
context: .
125125
file: ./Dockerfile

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
go-version-file: go.mod
3434

3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@v2
36+
uses: github/codeql-action/init@v3
3737
with:
3838
languages: go
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@v2
41+
uses: github/codeql-action/autobuild@v3
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@v2
44+
uses: github/codeql-action/analyze@v3

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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
go-version-file: 'go.mod'
4949
cache: false
5050
- name: golangci-lint
51-
uses: golangci/golangci-lint-action@v6
51+
uses: golangci/golangci-lint-action@v7
5252
with:
5353
only-new-issues: true
5454
version: v1.55.2

0 commit comments

Comments
 (0)