File tree Expand file tree Collapse file tree 11 files changed +33
-33
lines changed Expand file tree Collapse file tree 11 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : clone
16- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1717
1818 - name : install go
1919 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2929 with :
3030 # We must fetch at least the immediate parents so that if this is
3131 # a pull request then we can checkout the head.
@@ -38,14 +38,14 @@ jobs:
3838
3939 # Initializes the CodeQL tools for scanning.
4040 - name : Initialize CodeQL
41- uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
41+ uses : github/codeql-action/init@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
4242 with :
4343 languages : ${{ matrix.language }}
4444
4545 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4646 # If this step fails, then you should remove it and run the build manually (see below)
4747 - name : Autobuild
48- uses : github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
48+ uses : github/codeql-action/autobuild@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
4949
5050 # ℹ️ Command-line programs to run using the OS shell.
5151 # 📚 https://git.io/JvXDl
5959 # make release
6060
6161 - name : Perform CodeQL Analysis
62- uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
62+ uses : github/codeql-action/analyze@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : clone
17- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1818 with :
1919 # ensures we fetch tag history for the repository
2020 fetch-depth : 0
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : clone
16- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1717 with :
1818 # ensures we fetch tag history for the repository
1919 fetch-depth : 0
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : clone
15- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1616
1717 - name : install go
1818 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3636
3737 steps :
3838 - name : clone
39- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4040
4141 - name : install go
4242 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : clone
16- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1717
1818 - name : install go
1919 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2828 go test -race -covermode=atomic -coverprofile=coverage.out ./...
2929
3030 - name : coverage
31- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
31+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
3232 with :
3333 token : ${{ secrets.CODECOV_TOKEN }}
3434 file : coverage.out
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : clone
16- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1717
1818 - name : install go
1919 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
Original file line number Diff line number Diff line change 44# # docker build --no-cache --target certs -t vela-git:certs . ##
55# #####################################################################
66
7- FROM alpine:3.22.1 @sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 as certs
7+ FROM alpine:3.22.2 @sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 as certs
88
99RUN apk add --update --no-cache ca-certificates
1010
1111# ######################################################
1212# # docker build --no-cache -t vela-git:local . ##
1313# ######################################################
1414
15- FROM alpine:3.22.1 @sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
15+ FROM alpine:3.22.2 @sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
1616
1717COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
1818
Original file line number Diff line number Diff line change 44## docker build --no-cache --target certs -t vela-git:certs . ##
55######################################################################
66
7- FROM alpine:3.22.1 @sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 as certs
7+ FROM alpine:3.22.2 @sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 as certs
88
99RUN apk add --update --no-cache ca-certificates
1010
1111#######################################################
1212## docker build --no-cache -t vela-git:local . ##
1313#######################################################
1414
15- FROM alpine:3.22.1 @sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
15+ FROM alpine:3.22.2 @sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
1616
1717COPY - - from= certs / etc/ ssl/ certs/ ca- certificates.crt / etc/ ssl/ certs/ ca- certificates.crt
1818
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ go 1.24.5
44
55require (
66 github.com/Masterminds/semver/v3 v3.4.0
7- github.com/go-vela/server v0.27.0
7+ github.com/go-vela/server v0.27.2
88 github.com/joho/godotenv v1.5.1
99 github.com/sirupsen/logrus v1.9.3
10- github.com/spf13/afero v1.14 .0
11- github.com/urfave/cli/v3 v3.3.8
10+ github.com/spf13/afero v1.15 .0
11+ github.com/urfave/cli/v3 v3.5.0
1212)
1313
1414require (
15- golang.org/x/sys v0.34 .0 // indirect
16- golang.org/x/text v0.27 .0 // indirect
15+ golang.org/x/sys v0.35 .0 // indirect
16+ golang.org/x/text v0.28 .0 // indirect
1717)
You can’t perform that action at this time.
0 commit comments