File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
42
+ uses : github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
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.
53
53
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54
54
# If this step fails, then you should remove it and run the build manually (see below)
55
55
- name : Autobuild
56
- uses : github/codeql-action/autobuild@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
56
+ uses : github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
57
57
58
58
# ℹ️ Command-line programs to run using the OS shell.
59
59
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
66
66
# ./location_of_script_within_repo/buildscript.sh
67
67
68
68
- name : Perform CodeQL Analysis
69
- uses : github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
69
+ uses : github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
Original file line number Diff line number Diff line change 26
26
27
27
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28
28
- name : Setup Node.JS ${{ matrix.node }}
29
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
29
+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
30
30
with :
31
31
node-version : ${{ matrix.node }}
32
32
cache : ' yarn'
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ require (
10
10
github.com/rgraphql/rgraphql v1.2.0
11
11
github.com/sirupsen/logrus v1.9.3
12
12
github.com/urfave/cli v1.22.14
13
+ github.com/urfave/cli/v2 v2.26.0
13
14
google.golang.org/protobuf v1.32.0
14
15
)
15
16
@@ -20,7 +21,6 @@ require (
20
21
github.com/graphql-go/graphql v0.8.1 // indirect
21
22
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
22
23
github.com/russross/blackfriday/v2 v2.1.0 // indirect
23
- github.com/urfave/cli/v2 v2.26.0 // indirect
24
24
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
25
25
golang.org/x/mod v0.14.0 // indirect
26
26
golang.org/x/sys v0.14.0 // indirect
You can’t perform that action at this time.
0 commit comments