File tree Expand file tree Collapse file tree 12 files changed +63
-79
lines changed
Expand file tree Collapse file tree 12 files changed +63
-79
lines changed Original file line number Diff line number Diff line change 2020 - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121
2222 - name : install go
23- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
23+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
2424 with :
2525 # use version from go.mod file
2626 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 4444 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4545
4646 - name : install go
47- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
47+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
4848 with :
4949 # use version from go.mod file
5050 go-version-file : ' go.mod'
5353
5454 # Initializes the CodeQL tools for scanning.
5555 - name : Initialize CodeQL
56- uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
56+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
67+ uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
81+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
2424 - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2525
2626 - name : install go
27- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
27+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
2828 with :
2929 # use version from go.mod file
3030 go-version-file : ' go.mod'
3131 cache : true
3232 check-latest : true
3333
3434 - name : run goreleaser
35- uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
35+ uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
3636 with :
3737 distribution : goreleaser
3838 args : release --clean
Original file line number Diff line number Diff line change 2323 - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2424
2525 - name : install go
26- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
26+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
2727 with :
2828 # use version from go.mod file
2929 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 2020 - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121
2222 - name : install go
23- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
23+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
2424 with :
2525 # use version from go.mod file
2626 go-version-file : ' go.mod'
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 := "v1.64.7 "
8+ GOLANGCI_LINT_VERSION := "v1.64.8 "
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.24.1 -alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS build
1+ FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.2 -alpine@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee AS build
22
33ARG TARGETOS
44ARG TARGETARCH
Original file line number Diff line number Diff line change 1- FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.1 -alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS build
1+ FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.2 -alpine@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee 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.24.1 -alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386
22+ FROM docker.io/golang:1.24.2 -alpine@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee
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.24.1 -alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS build
1+ FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24.2 -alpine@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee AS build
22
33ARG TARGETOS
44ARG TARGETARCH
Original file line number Diff line number Diff line change 1- FROM --platform = ${ BUILDPLATFORM } docker . io /golang :1.24 . 1 -alpine @sha256 :43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS build
1+ FROM --platform = ${ BUILDPLATFORM } docker . io /golang :1.24 . 2 -alpine @sha256 :7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee AS build
22
33ARG TARGETOS
44ARG TARGETARCH
You can’t perform that action at this time.
0 commit comments