Skip to content

Commit 5d94ee4

Browse files
Bump the all-github-actions group with 4 updates
Bumps the all-github-actions group with 4 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action), [docker/login-action](https://github.com/docker/login-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/setup-buildx-action` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@d7f5e7f...bb05f3f) Updates `goreleaser/goreleaser-action` from 7.2.2 to 7.2.3 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@5daf1e9...f06c13b) Updates `docker/login-action` from 4.2.0 to 4.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@650006c...af1e73f) Updates `docker/build-push-action` from 6 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions - dependency-name: docker/login-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e080290 commit 5d94ee4

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ jobs:
9191
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
9292
with:
9393
go-version: v1.26.2
94-
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
94+
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
9595
- run: make image-local

.github/workflows/goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: echo LDFLAGS="$(make ldflags)" >> $GITHUB_ENV
3030
- name: Run GoReleaser on tag
3131
if: github.event_name != 'pull_request'
32-
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
32+
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3
3333
with:
3434
distribution: goreleaser
3535
version: latest
@@ -39,7 +39,7 @@ jobs:
3939
KREW_GITHUB_TOKEN: ${{ secrets.KREW_GITHUB_TOKEN }}
4040
- name: Run GoReleaser on pull request
4141
if: github.event_name == 'pull_request'
42-
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
42+
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3
4343
with:
4444
distribution: goreleaser
4545
version: latest

.github/workflows/image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: 'git tag -d $(git tag -l | grep -v "^v")'
2828

2929
- name: Set up Docker Buildx
30-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
30+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
3131

3232
# If you notice signing errors, you may need to update the cosign version.
3333
- uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
@@ -63,7 +63,7 @@ jobs:
6363
fi
6464
6565
- name: Login to GitHub Container Registry
66-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
66+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
6767
with:
6868
registry: ghcr.io
6969
username: ${{ github.actor }}

.github/workflows/republish-images.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: 'git tag -d $(git tag -l | grep -v "^v")'
6363

6464
- name: Set up Docker Buildx
65-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
65+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
6666

6767
- uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
6868

@@ -73,7 +73,7 @@ jobs:
7373
version: 'v3.12.0'
7474

7575
- name: Login to GitHub Container Registry
76-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
76+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
7777
with:
7878
registry: ghcr.io
7979
username: ${{ github.actor }}
@@ -87,7 +87,7 @@ jobs:
8787
} >> "$GITHUB_ENV"
8888
8989
- name: Build and push konnector image
90-
uses: docker/build-push-action@v6
90+
uses: docker/build-push-action@v7
9191
id: build-konnector
9292
with:
9393
context: .
@@ -120,7 +120,7 @@ jobs:
120120
-a run_attempt=${{ github.run_attempt }}
121121
122122
- name: Build and push backend image
123-
uses: docker/build-push-action@v6
123+
uses: docker/build-push-action@v7
124124
id: build-backend
125125
with:
126126
context: .

0 commit comments

Comments
 (0)