File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
42
+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
# If you wish to specify custom queries, you can do so here or in a config file.
50
50
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
51
51
# If this step fails, then you should remove it and run the build manually (see below)
52
52
- name : Autobuild
53
- uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
53
+ uses : github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
54
54
55
55
# ℹ️ Command-line programs to run using the OS shell.
56
56
# 📚 https://git.io/JvXDl
64
64
# make release
65
65
66
66
- name : Perform CodeQL Analysis
67
- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
67
+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
Original file line number Diff line number Diff line change 4
4
#
5
5
# https://github.com/moby/moby/issues/37345
6
6
# renovate: datasource=github-tags depName=cli/cli extractVersion=^v(?<version>.*)$
7
- ARG GH_VERSION=2.67.0
7
+ ARG GH_VERSION=2.68.1
8
8
9
9
# ##################################################################################
10
10
# # docker build --no-cache --target binary -t vela-github-release:binary . ##
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/joho/godotenv v1.5.1
10
10
github.com/sirupsen/logrus v1.9.3
11
11
github.com/spf13/afero v1.12.0
12
- github.com/urfave/cli/v2 v2.27.5
12
+ github.com/urfave/cli/v2 v2.27.6
13
13
)
14
14
15
15
require (
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
46
46
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
47
47
github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8 =
48
48
github.com/ulikunitz/xz v0.5.10 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
49
- github.com/urfave/cli/v2 v2.27.5 h1:WoHEJLdsXr6dDWoJgMq/CboDmyY/8HMMH1fTECbih+w =
50
- github.com/urfave/cli/v2 v2.27.5 /go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ =
49
+ github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g =
50
+ github.com/urfave/cli/v2 v2.27.6 /go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ =
51
51
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
52
52
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
53
53
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments