Skip to content

Commit 06b9c39

Browse files
fix(deps): update all patch and minor
1 parent 793737c commit 06b9c39

6 files changed

Lines changed: 410 additions & 424 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: samuelmeuli/action-snapcraft@fceeb3c308e76f3487e72ef608618de625fb7fe8 # v3
5353

5454
- name: Set up Go
55-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
55+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
5656
with:
5757
go-version: '1.26'
5858

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616

1717
steps:
18-
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10
18+
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10
1919
with:
2020
exempt-all-pr-assignees: true
2121
days-before-stale: 180

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828

2929
- name: Install Go
30-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
30+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3131
with:
3232
go-version: '1.26'
3333

@@ -39,7 +39,7 @@ jobs:
3939
run: make test
4040

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apk add --no-cache ca-certificates
1111
# RELEASE CONTAINER
1212
##
1313

14-
FROM busybox:1.37-glibc@sha256:ba8e26a0e4dc1178f2c90ff8c4090e1ca351bf8f38b2be3052de194e7e2ad291
14+
FROM busybox:1.37-glibc@sha256:3f9777e7e82e8591542f72b965ec7db7e8b3bdb59692976af1bb9b2850b05a4e
1515

1616
WORKDIR /
1717

0 commit comments

Comments
 (0)