Skip to content

Commit 87262dd

Browse files
authored
Merge pull request #1355 from flatcar/chore/consolidate-dependency-updates
chore(deps): consolidate dependency updates
2 parents 5db4e44 + 5af1752 commit 87262dd

10 files changed

Lines changed: 74 additions & 80 deletions

File tree

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525

2626
- name: Set up Go
27-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
27+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2828
with:
2929
go-version-file: ./backend/go.mod
3030
id: go

.github/workflows/helm-chart-lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Set up Helm
22-
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
22+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
2323
with:
2424
version: v3.12.1
2525

.github/workflows/helm-chart-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2929
3030
- name: Install Helm
31-
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
31+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
3232
with:
3333
version: v3.12.1
3434

.github/workflows/release-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Check out code
3636
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
- name: Login to registry
38-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
38+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
3939
with:
4040
registry: ${{ env.REGISTRY }}
4141
username: ${{ github.actor }}

.github/workflows/scorecard-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Upload the results to GitHub's code scanning dashboard (optional).
5454
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
5555
- name: "Upload to code-scanning"
56-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.29.5
56+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
5757
with:
5858
sarif_file: results.sarif
5959

.github/workflows/updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
19+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2020
with:
2121
go-version-file: ./updater/go.mod
2222
id: go

backend/go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/doug-martin/goqu/v9 v9.19.0
99
github.com/flatcar/go-omaha v0.0.2-0.20251014063321-4998849bd39c
1010
github.com/getkin/kin-openapi v0.134.0
11-
github.com/golangci/golangci-lint/v2 v2.11.3
11+
github.com/golangci/golangci-lint/v2 v2.11.4
1212
github.com/google/go-github/v28 v28.1.1
1313
github.com/google/uuid v1.6.0
1414
github.com/gorilla/securecookie v1.1.2
@@ -18,12 +18,12 @@ require (
1818
github.com/knadh/koanf v1.5.0
1919
github.com/labstack/echo-contrib v0.17.4
2020
github.com/labstack/echo/v4 v4.15.1
21-
github.com/lib/pq v1.11.2
21+
github.com/lib/pq v1.12.0
2222
github.com/oapi-codegen/echo-middleware v1.0.2
23-
github.com/oapi-codegen/runtime v1.2.0
23+
github.com/oapi-codegen/runtime v1.3.1
2424
github.com/oauth2-proxy/mockoidc v0.0.0-20240214162133-caebfff84d25
2525
github.com/prometheus/client_golang v1.23.2
26-
github.com/rs/zerolog v1.34.0
26+
github.com/rs/zerolog v1.35.0
2727
github.com/rubenv/sql-migrate v1.8.1
2828
github.com/stretchr/testify v1.11.1
2929
github.com/tidwall/gjson v1.18.0
@@ -88,16 +88,16 @@ require (
8888
github.com/denis-tingaikin/go-header v0.5.0 // indirect
8989
github.com/dlclark/regexp2 v1.11.5 // indirect
9090
github.com/ettle/strcase v0.2.0 // indirect
91-
github.com/fatih/color v1.18.0 // indirect
91+
github.com/fatih/color v1.19.0 // indirect
9292
github.com/fatih/structtag v1.2.0 // indirect
9393
github.com/firefart/nonamedreturns v1.0.6 // indirect
9494
github.com/fsnotify/fsnotify v1.6.0 // indirect
9595
github.com/fzipp/gocyclo v0.6.0 // indirect
9696
github.com/ghostiam/protogetter v0.3.20 // indirect
9797
github.com/go-critic/go-critic v0.14.3 // indirect
9898
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
99-
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
100-
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
99+
github.com/go-jose/go-jose/v3 v3.0.5 // indirect
100+
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
101101
github.com/go-openapi/jsonpointer v0.21.0 // indirect
102102
github.com/go-openapi/swag v0.23.0 // indirect
103103
github.com/go-toolsmith/astcast v1.1.0 // indirect
@@ -206,15 +206,15 @@ require (
206206
github.com/rivo/uniseg v0.4.7 // indirect
207207
github.com/rogpeppe/go-internal v1.14.1 // indirect
208208
github.com/ryancurrah/gomodguard v1.4.1 // indirect
209-
github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect
209+
github.com/ryanrolds/sqlclosecheck v0.6.0 // indirect
210210
github.com/sanposhiho/wastedassign/v2 v2.1.0 // indirect
211211
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
212212
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
213213
github.com/sashamelentyev/usestdlibvars v1.29.0 // indirect
214214
github.com/securego/gosec/v2 v2.24.8-0.20260309165252-619ce2117e08 // indirect
215215
github.com/sirupsen/logrus v1.9.4 // indirect
216216
github.com/sivchari/containedctx v1.0.3 // indirect
217-
github.com/sonatard/noctx v0.5.0 // indirect
217+
github.com/sonatard/noctx v0.5.1 // indirect
218218
github.com/sourcegraph/go-diff v0.7.0 // indirect
219219
github.com/spf13/afero v1.15.0 // indirect
220220
github.com/spf13/cast v1.5.0 // indirect
@@ -254,14 +254,14 @@ require (
254254
go.uber.org/zap v1.27.0 // indirect
255255
go.yaml.in/yaml/v2 v2.4.2 // indirect
256256
go.yaml.in/yaml/v3 v3.0.4 // indirect
257-
golang.org/x/crypto v0.48.0 // indirect
257+
golang.org/x/crypto v0.49.0 // indirect
258258
golang.org/x/exp/typeparams v0.0.0-20260209203927-2842357ff358 // indirect
259-
golang.org/x/mod v0.33.0 // indirect
260-
golang.org/x/net v0.51.0 // indirect
261-
golang.org/x/sys v0.41.0 // indirect
262-
golang.org/x/text v0.34.0 // indirect
259+
golang.org/x/mod v0.34.0 // indirect
260+
golang.org/x/net v0.52.0 // indirect
261+
golang.org/x/sys v0.42.0 // indirect
262+
golang.org/x/text v0.35.0 // indirect
263263
golang.org/x/time v0.14.0 // indirect
264-
golang.org/x/tools v0.42.0 // indirect
264+
golang.org/x/tools v0.43.0 // indirect
265265
google.golang.org/protobuf v1.36.8 // indirect
266266
gopkg.in/ini.v1 v1.67.0 // indirect
267267
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)