Skip to content

Commit 558dc41

Browse files
fix(deps): update all patch and minor
1 parent 4aaecb5 commit 558dc41

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,33 +28,33 @@ jobs:
2828
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
2929

3030
- name: docker.io Login
31-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
31+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # 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@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
38+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # 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@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
45+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
4646
with:
4747
registry: quay.io
4848
username: ${{ github.repository_owner }}
4949
password: ${{ secrets.QUAY_TOKEN }}
5050

5151
- name: Set up Go
52-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
52+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
5353
with:
54-
go-version: '1.22'
54+
go-version: '1.24'
5555

5656
- name: Import GPG key
57-
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6
57+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6
5858
with:
5959
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
6060
passphrase: ${{ secrets.GPG_PASSPHRASE }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828

2929
- name: Install Go
30-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
30+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
3131
with:
32-
go-version: '1.22'
32+
go-version: '1.24'
3333

3434
- name: Lint
3535
if: ${{ matrix.os == 'ubuntu-22.04' }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN \
1111
# RELEASE CONTAINER
1212
##
1313

14-
FROM busybox:1.37-glibc@sha256:75ad89b4d27ba9abc38d495d4a89969b97ad47fd25b2f8eb959901dad09289f7
14+
FROM busybox:1.37-glibc@sha256:47ac99f1ae0afb8d83d8cd8aac5461be8103cac932f2631b5acce9122236adb1
1515

1616
WORKDIR /
1717

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/gofrs/flock v0.12.1
77
github.com/hashicorp/go-secure-stdlib/mlock v0.1.3
88
github.com/hashicorp/vault/api v1.16.0
9-
github.com/ktr0731/go-fuzzyfinder v0.8.0
9+
github.com/ktr0731/go-fuzzyfinder v0.9.0
1010
github.com/mitchellh/go-homedir v1.1.0
1111
github.com/mvisonneau/go-helpers v0.0.1
1212
github.com/olekukonko/tablewriter v0.0.5

0 commit comments

Comments
 (0)