Skip to content

Commit 8eb60bd

Browse files
Bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [azure/setup-helm](https://github.com/azure/setup-helm), [docker/login-action](https://github.com/docker/login-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `azure/setup-helm` from 4.3.1 to 5.0.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@1a275c3...dda3372) Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@b45d80f...4907a6d) Updates `docker/build-push-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@d08e5c3...bcafcac) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0feb3b commit 8eb60bd

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
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@1a275c3b69536ee54be43f2070a358922e12c8d4
48+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2
4949
with:
5050
version: ${{ env.HELM_VERSION }}
5151

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

Lines changed: 1 addition & 1 deletion
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@1a275c3b69536ee54be43f2070a358922e12c8d4
48+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2
4949
with:
5050
version: ${{ env.HELM_VERSION }}
5151

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ jobs:
9494
driver-opts: image=moby/buildkit:v0.10.6
9595

9696
- name: Login to GitHub Container Registry
97-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
97+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
9898
with:
9999
registry: ghcr.io
100100
username: ${{ github.actor }}
101101
password: ${{ secrets.GITHUB_TOKEN }}
102102

103103
- name: Build & push controller image
104-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
104+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
105105
with:
106106
file: Dockerfile
107107
platforms: linux/amd64,linux/arm64
@@ -148,7 +148,7 @@ jobs:
148148
echo "repository_owner=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
149149
150150
- name: Set up Helm
151-
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
151+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2
152152
with:
153153
version: ${{ env.HELM_VERSION }}
154154

@@ -196,7 +196,7 @@ jobs:
196196
echo "repository_owner=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
197197
198198
- name: Set up Helm
199-
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
199+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2
200200
with:
201201
version: ${{ env.HELM_VERSION }}
202202

@@ -243,7 +243,7 @@ jobs:
243243
echo "repository_owner=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
244244
245245
- name: Set up Helm
246-
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
246+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2
247247
with:
248248
version: ${{ env.HELM_VERSION }}
249249

@@ -292,7 +292,7 @@ jobs:
292292
echo "repository_owner=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
293293
294294
- name: Set up Helm
295-
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
295+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2
296296
with:
297297
version: ${{ env.HELM_VERSION }}
298298

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

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

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

@@ -93,7 +93,7 @@ jobs:
9393
version: latest
9494

9595
- name: Build controller image
96-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
96+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
9797
if: steps.list-changed.outputs.changed == 'true'
9898
with:
9999
file: Dockerfile

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/checkout@v6
9494

9595
- name: Login to GitHub Container Registry
96-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
96+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
9797
with:
9898
registry: ghcr.io
9999
username: ${{ github.actor }}
@@ -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@d08e5c354a6adb9ed34480a06d141179aa583294
122+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
123123
with:
124124
context: .
125125
file: ./Dockerfile

0 commit comments

Comments
 (0)