Skip to content

Commit e6caca6

Browse files
fix(deps): update all patch and minor
1 parent 78af0e1 commit e6caca6

File tree

5 files changed

+508
-478
lines changed

5 files changed

+508
-478
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@ jobs:
2525
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
2626

2727
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
28+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
2929

3030
- name: docker.io Login
31-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
31+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
3232
with:
3333
registry: docker.io
3434
username: ${{ github.repository_owner }}
3535
password: ${{ secrets.DOCKER_HUB_TOKEN }}
3636

3737
- name: ghcr.io login
38-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
38+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
3939
with:
4040
registry: ghcr.io
4141
username: ${{ github.repository_owner }}
4242
password: ${{ secrets.GH_PAT }}
4343

4444
- name: quay.io Login
45-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
45+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
4646
with:
4747
registry: quay.io
4848
username: ${{ github.repository_owner }}
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Go
5555
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
5656
with:
57-
go-version: '1.24'
57+
go-version: '1.25'
5858

5959
- name: Import GPG key
6060
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Go
3030
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
3131
with:
32-
go-version: '1.24'
32+
go-version: '1.25'
3333

3434
- name: Lint
3535
if: ${{ matrix.os == 'ubuntu-24.04' }}
@@ -39,7 +39,7 @@ jobs:
3939
run: make test
4040

4141
- name: Publish coverage to coveralls.io
42-
uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1
42+
uses: shogo82148/actions-goveralls@25f5320d970fb565100cf1993ada29be1bb196a1 # v1
4343
if: ${{ matrix.os == 'ubuntu-24.04' }}
4444
with:
4545
path-to-profile: coverage.out

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BUILD CONTAINER
33
##
44

5-
FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 as certs
5+
FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 as certs
66

77
RUN \
88
apk add --no-cache ca-certificates
@@ -11,7 +11,7 @@ apk add --no-cache ca-certificates
1111
# RELEASE CONTAINER
1212
##
1313

14-
FROM busybox:1.37-glibc@sha256:210ce53959959e79523b8cb0f0bb1cf1c49bf9747cdedb47db1cf0db8e642f61
14+
FROM busybox:1.37-glibc@sha256:a2c55ed708c564a69a695e0a3bb16a4c47d2bb268d2ebd06f0d77336801b80de
1515

1616
WORKDIR /
1717

0 commit comments

Comments
 (0)