Skip to content

Commit 91be725

Browse files
Update all non-major dependencies
1 parent a27dfc8 commit 91be725

File tree

3 files changed

+406
-487
lines changed

3 files changed

+406
-487
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
# Install the cosign tool except on PR
3737
# https://github.com/sigstore/cosign-installer
3838
- name: Install cosign
39-
uses: sigstore/cosign-installer@v3.5.0
39+
uses: sigstore/cosign-installer@v3.6.0
4040

4141
- name: Setup Docker buildx
42-
uses: docker/setup-buildx-action@v3.4.0
42+
uses: docker/setup-buildx-action@v3.6.1
4343

4444
# Login against a Docker registry except on PR
4545
# https://github.com/docker/login-action
4646
- name: Log into registry ${{ env.REGISTRY }}
47-
uses: docker/login-action@v3.2.0
47+
uses: docker/login-action@v3.3.0
4848
with:
4949
registry: ${{ env.REGISTRY }}
5050
username: ${{ github.actor }}
@@ -54,7 +54,7 @@ jobs:
5454
# https://github.com/docker/build-push-action
5555
- name: Build test image
5656
id: build-test
57-
uses: docker/build-push-action@v6.3.0
57+
uses: docker/build-push-action@v6.7.0
5858
with:
5959
context: .
6060
load: true
@@ -86,7 +86,7 @@ jobs:
8686
# https://github.com/docker/build-push-action
8787
- name: Build and push production image
8888
id: build-and-push
89-
uses: docker/build-push-action@v6.3.0
89+
uses: docker/build-push-action@v6.7.0
9090
with:
9191
context: .
9292
target: http_app

0 commit comments

Comments
 (0)