Skip to content

Commit 26d3588

Browse files
fix(deps): update non-major deps
1 parent 8cbb6c8 commit 26d3588

File tree

10 files changed

+69
-67
lines changed

10 files changed

+69
-67
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
56+
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
5757
with:
5858
languages: ${{ matrix.language }}
5959
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,7 +64,7 @@ jobs:
6464
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6565
# If this step fails, then you should remove it and run the build manually (see below)
6666
- name: Autobuild
67-
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
67+
uses: github/codeql-action/autobuild@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
6868

6969
# ℹ️ Command-line programs to run using the OS shell.
7070
# 📚 https://git.io/JvXDl
@@ -78,4 +78,4 @@ jobs:
7878
# make release
7979

8080
- name: Perform CodeQL Analysis
81-
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
81+
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1

.github/workflows/publish_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2020

2121
- name: Set up QEMU
22-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
22+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
2323
with:
2424
platforms: 'arm64'
2525

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
4848

4949
- name: Set up QEMU
50-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
50+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
5151
with:
5252
platforms: 'arm64'
5353

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GOARCH := $(shell go env GOARCH)
55
GOOS := $(shell go env GOOS)
66
BUILD_LDFLAGS := -s -w
77
BUILD_LDFLAGS += -X github.com/target/flottbot/version.Version=${VERSION}
8-
GOLANGCI_LINT_VERSION := "v1.62.2"
8+
GOLANGCI_LINT_VERSION := "v1.63.4"
99
PACKAGES := $(shell go list ./... | grep -v /config-example/)
1010
PLATFORM := "linux/amd64,linux/arm64"
1111

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.4-alpine@sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8d3762d23d4744de69812 AS build
1+
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.5-alpine@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 AS build
22

33
ARG TARGETOS
44
ARG TARGETARCH
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
1919
go build -a -ldflags "-s -w -X github.com/target/flottbot/version.Version=${VERSION}" \
2020
-o flottbot ./cmd/flottbot
2121

22-
FROM docker.io/alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
22+
FROM docker.io/alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
2323

2424
ENV USERNAME=flottbot
2525
ENV GROUP=flottbot

docker/Dockerfile.golang

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.4-alpine@sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8d3762d23d4744de69812 AS build
1+
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.5-alpine@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 AS build
22

33
ARG TARGETOS
44
ARG TARGETARCH
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
1919
go build -a -ldflags "-s -w -X github.com/target/flottbot/version.Version=${VERSION}" \
2020
-o flottbot ./cmd/flottbot
2121

22-
FROM docker.io/golang:1.23.4-alpine@sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8d3762d23d4744de69812
22+
FROM docker.io/golang:1.23.5-alpine@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596
2323

2424
ENV USERNAME=flottbot
2525
ENV GROUP=flottbot

docker/Dockerfile.python

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.4-alpine@sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8d3762d23d4744de69812 AS build
1+
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.5-alpine@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 AS build
22

33
ARG TARGETOS
44
ARG TARGETARCH
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
1919
go build -a -ldflags "-s -w -X github.com/target/flottbot/version.Version=${VERSION}" \
2020
-o flottbot ./cmd/flottbot
2121

22-
FROM docker.io/python:3.13.1-alpine@sha256:657dbdb20479a6523b46c06114c8fec7db448232f956a429d3cc0606d30c1b59
22+
FROM docker.io/python:3.13.1-alpine@sha256:b6f01a01e34091438a29b6dda4664199e34731fb2581ebb6fe255a2ebf441099
2323

2424
ENV USERNAME=flottbot
2525
ENV GROUP=flottbot

docker/Dockerfile.ruby

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.4-alpine@sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8d3762d23d4744de69812 AS build
1+
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.5-alpine@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 AS build
22

33
ARG TARGETOS
44
ARG TARGETARCH
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
1919
go build -a -ldflags "-s -w -X github.com/target/flottbot/version.Version=${VERSION}" \
2020
-o flottbot ./cmd/flottbot
2121

22-
FROM docker.io/ruby:3.4.1-alpine@sha256:487a7b4623ca0b0f635608000ca9bf2d461819fed1cae9b7d5d59b47ef648aac
22+
FROM docker.io/ruby:3.4.1-alpine@sha256:e5c30595c6a322bc3fbaacd5e35d698a6b9e6d1079ab0af09ffe52f5816aec3b
2323

2424
ENV USERNAME=flottbot
2525
ENV GROUP=flottbot

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ require (
1717
github.com/rs/zerolog v1.33.0
1818
github.com/slack-go/slack v0.15.0
1919
github.com/spf13/viper v1.19.0
20-
google.golang.org/api v0.214.0
20+
google.golang.org/api v0.217.0
2121
)
2222

2323
require (
2424
cloud.google.com/go v0.116.0 // indirect
25-
cloud.google.com/go/auth v0.13.0 // indirect
26-
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
25+
cloud.google.com/go/auth v0.14.0 // indirect
26+
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
2727
cloud.google.com/go/compute/metadata v0.6.0 // indirect
2828
cloud.google.com/go/iam v1.2.2 // indirect
2929
dario.cat/mergo v1.0.1 // indirect
@@ -40,10 +40,10 @@ require (
4040
github.com/go-logr/logr v1.4.2 // indirect
4141
github.com/go-logr/stdr v1.2.2 // indirect
4242
github.com/golang/protobuf v1.5.4 // indirect
43-
github.com/google/s2a-go v0.1.8 // indirect
43+
github.com/google/s2a-go v0.1.9 // indirect
4444
github.com/google/uuid v1.6.0 // indirect
4545
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
46-
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
46+
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
4747
github.com/gorilla/websocket v1.5.3 // indirect
4848
github.com/hashicorp/errwrap v1.1.0 // indirect
4949
github.com/hashicorp/go-hclog v1.6.3 // indirect
@@ -89,24 +89,24 @@ require (
8989
go.opencensus.io v0.24.0 // indirect
9090
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
9191
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
92-
go.opentelemetry.io/otel v1.29.0 // indirect
93-
go.opentelemetry.io/otel/metric v1.29.0 // indirect
94-
go.opentelemetry.io/otel/trace v1.29.0 // indirect
92+
go.opentelemetry.io/otel v1.31.0 // indirect
93+
go.opentelemetry.io/otel/metric v1.31.0 // indirect
94+
go.opentelemetry.io/otel/trace v1.31.0 // indirect
9595
go.uber.org/atomic v1.9.0 // indirect
9696
go.uber.org/multierr v1.9.0 // indirect
97-
golang.org/x/crypto v0.31.0 // indirect
97+
golang.org/x/crypto v0.32.0 // indirect
9898
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
99-
golang.org/x/net v0.33.0 // indirect
100-
golang.org/x/oauth2 v0.24.0 // indirect
99+
golang.org/x/net v0.34.0 // indirect
100+
golang.org/x/oauth2 v0.25.0 // indirect
101101
golang.org/x/sync v0.10.0 // indirect
102-
golang.org/x/sys v0.28.0 // indirect
102+
golang.org/x/sys v0.29.0 // indirect
103103
golang.org/x/text v0.21.0 // indirect
104-
golang.org/x/time v0.8.0 // indirect
104+
golang.org/x/time v0.9.0 // indirect
105105
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
106-
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f // indirect
107-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
108-
google.golang.org/grpc v1.67.1 // indirect
109-
google.golang.org/protobuf v1.35.2 // indirect
106+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
107+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
108+
google.golang.org/grpc v1.69.4 // indirect
109+
google.golang.org/protobuf v1.36.2 // indirect
110110
gopkg.in/ini.v1 v1.67.0 // indirect
111111
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
112112
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)