Skip to content

Commit 2791a42

Browse files
build(deps): update all dependencies updates
1 parent dd78562 commit 2791a42

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/autolabeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
contents: read
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: release-drafter/release-drafter/autolabeler@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
18+
- uses: release-drafter/release-drafter/autolabeler@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: golangci-lint
5555
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
5656
with:
57-
version: v2.11.4
57+
version: v2.12.1
5858

5959
commitlint:
6060
runs-on: ubuntu-latest

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
# Drafts your next Release notes as Pull Requests are merged into "master"
22-
- uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
22+
- uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aquasecurity/trivy-db v0.0.0-20260429080452-bd11dd425d21
88
github.com/avast/retry-go/v4 v4.7.0
99
github.com/aws/smithy-go v1.25.1
10-
github.com/docker/cli v29.4.1+incompatible
10+
github.com/docker/cli v29.4.2+incompatible
1111
github.com/docker/go-units v0.5.0
1212
github.com/go-logr/logr v1.4.3
1313
github.com/google/cel-go v0.28.0
@@ -21,7 +21,7 @@ require (
2121
github.com/onsi/ginkgo/v2 v2.28.3
2222
github.com/onsi/gomega v1.40.0
2323
github.com/spdx/tools-golang v0.5.7
24-
github.com/stephenafamo/bob v0.42.0
24+
github.com/stephenafamo/bob v0.43.0
2525
github.com/stretchr/testify v1.11.1
2626
github.com/testcontainers/testcontainers-go v0.42.0
2727
github.com/testcontainers/testcontainers-go/modules/postgres v0.42.0

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,8 @@ github.com/dlclark/regexp2 v1.11.5 h1:Q/sSnsKerHeCkc/jSTNq1oCm7KiVgUMZRDUoRu0JQZ
335335
github.com/dlclark/regexp2 v1.11.5/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
336336
github.com/docker/cli v29.4.1+incompatible h1:02RT8QqqwtGRn+6SYypv8IUEbD/ltY6sfKCJIoUcGzk=
337337
github.com/docker/cli v29.4.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
338+
github.com/docker/cli v29.4.2+incompatible h1:nhxMY4v7wB0QMMc5ppeqV6FBMwzqv0n4t2gogu/R2DQ=
339+
github.com/docker/cli v29.4.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
338340
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
339341
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
340342
github.com/docker/docker v28.5.2+incompatible h1:DBX0Y0zAjZbSrm1uzOkdr1onVghKaftjlSWt4AFexzM=
@@ -1047,6 +1049,8 @@ github.com/spiffe/go-spiffe/v2 v2.6.0 h1:l+DolpxNWYgruGQVV0xsfeya3CsC7m8iBzDnMps
10471049
github.com/spiffe/go-spiffe/v2 v2.6.0/go.mod h1:gm2SeUoMZEtpnzPNs2Csc0D/gX33k1xIx7lEzqblHEs=
10481050
github.com/stephenafamo/bob v0.42.0 h1:qsiWzbEyGt6sF0ztlpBC9FWAm3UxRUXoy61H7bdk0tI=
10491051
github.com/stephenafamo/bob v0.42.0/go.mod h1:8l55917DM36gF518Iz1MHjLds7KGAfkitJfxISYlth8=
1052+
github.com/stephenafamo/bob v0.43.0 h1:lKZORnGDOCDw+RIH/gWur/KnexHULNt2oR/UPBVfSek=
1053+
github.com/stephenafamo/bob v0.43.0/go.mod h1:WL6Wfk+ejC5xAAyrLK9QVePgBfwW03XW0GFo7WmobwU=
10501054
github.com/stephenafamo/fakedb v0.0.0-20221230081958-0b86f816ed97 h1:XItoZNmhOih06TC02jK7l3wlpZ0XT/sPQYutDcGOQjg=
10511055
github.com/stephenafamo/fakedb v0.0.0-20221230081958-0b86f816ed97/go.mod h1:bM3Vmw1IakoaXocHmMIGgJFYob0vuK+CFWiJHQvz0jQ=
10521056
github.com/stephenafamo/scan v0.7.0 h1:lfFiD9H5+n4AdK3qNzXQjj2M3NfTOpmWBIA39NwB94c=

0 commit comments

Comments
 (0)