File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed
Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 5353
5454 # Initializes the CodeQL tools for scanning.
5555 - name : Initialize CodeQL
56- uses : github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
56+ uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
5757 with :
5858 languages : ${{ matrix.language }}
5959 # If you wish to specify custom queries, you can do so here or in a config file.
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@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
67+ uses : github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
6868
6969 # ℹ️ Command-line programs to run using the OS shell.
7070 # 📚 https://git.io/JvXDl
7878 # make release
7979
8080 - name : Perform CodeQL Analysis
81- uses : github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
81+ uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
Original file line number Diff line number Diff line change 2424 platforms : ' arm64'
2525
2626 - name : Set up Docker Buildx
27- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
27+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
2828
2929 - name : build and push docker images
3030 env :
Original file line number Diff line number Diff line change 5252 platforms : ' arm64'
5353
5454 - name : Set up Docker Buildx
55- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
55+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
5656
5757 - name : build and push docker images
5858 env :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ GOARCH := $(shell go env GOARCH)
55GOOS := $(shell go env GOOS)
66BUILD_LDFLAGS := -s -w
77BUILD_LDFLAGS += -X github.com/target/flottbot/version.Version=${VERSION}
8- GOLANGCI_LINT_VERSION := "v2.7.0 "
8+ GOLANGCI_LINT_VERSION := "v2.7.2 "
99PACKAGES := $(shell go list ./... | grep -v /config-example/)
1010PLATFORM := "linux/amd64,linux/arm64"
1111
Original file line number Diff line number Diff line change 1- FROM --platform=${BUILDPLATFORM} docker.io/golang:1.25.5-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9 AS build
1+ FROM --platform=${BUILDPLATFORM} docker.io/golang:1.25.5-alpine@sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb AS build
22
33ARG TARGETOS
44ARG 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.23.0 @sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
22+ FROM docker.io/alpine:3.23.2 @sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
2323
2424ENV USERNAME=flottbot
2525ENV GROUP=flottbot
Original file line number Diff line number Diff line change 1- FROM --platform=${BUILDPLATFORM} docker.io/golang:1.25.5-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9 AS build
1+ FROM --platform=${BUILDPLATFORM} docker.io/golang:1.25.5-alpine@sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb AS build
22
33ARG TARGETOS
44ARG 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.25.5-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9
22+ FROM docker.io/golang:1.25.5-alpine@sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb
2323
2424ENV USERNAME=flottbot
2525ENV GROUP=flottbot
Original file line number Diff line number Diff line change 1- FROM --platform=${BUILDPLATFORM} docker.io/golang:1.25.5-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9 AS build
1+ FROM --platform=${BUILDPLATFORM} docker.io/golang:1.25.5-alpine@sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb AS build
22
33ARG TARGETOS
44ARG 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.14.1 -alpine@sha256:b80c82b1a282283bd3e3cd3c6a4c895d56d1385879c8c82fa673e9eb4d6d4aa5
22+ FROM docker.io/python:3.14.2 -alpine@sha256:7af51ebeb83610fb69d633d5c61a2efb87efa4caf66b59862d624bb6ef788345
2323
2424ENV USERNAME=flottbot
2525ENV GROUP=flottbot
Original file line number Diff line number Diff line change 1- FROM --platform = ${ BUILDPLATFORM } docker . io /golang :1.25 . 5 -alpine @sha256 :26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9 AS build
1+ FROM --platform = ${ BUILDPLATFORM } docker . io /golang :1.25 . 5 -alpine @sha256 :ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb AS build
22
33ARG TARGETOS
44ARG 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 . 7 -alpine @sha256 :cdb113e8110f2ed8c5e2e1ef4b02494e0243f8d6fe59e4c0348441437ded2aaa
22+ FROM docker . io /ruby :3.4 . 8 -alpine @sha256 :bb36e2a845bc692f42650d51266c6500e3792c9b99d591e15d0ab6a1d7e2965d
2323
2424ENV USERNAME = flottbot
2525ENV GROUP = flottbot
You can’t perform that action at this time.
0 commit comments