File tree Expand file tree Collapse file tree 6 files changed +181
-150
lines changed Expand file tree Collapse file tree 6 files changed +181
-150
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@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
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@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
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@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
Original file line number Diff line number Diff line change 22
22
- name : ' Checkout Repository'
23
23
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24
24
- name : ' Dependency Review'
25
- uses : actions/dependency-review-action@01bc87099ba56df1e897b6874784491ea6309bc4 # v3.1.4
25
+ uses : actions/dependency-review-action@c74b580d73376b7750d3d2a50bfb8adc2c937507 # v3.1.5
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 @@ -3,13 +3,14 @@ module github.com/rgraphql/magellan-soyuz-demo
3
3
go 1.20
4
4
5
5
require (
6
- github.com/gobwas/ws v1.3.1
6
+ github.com/gobwas/ws v1.3.2
7
7
github.com/golang/protobuf v1.5.3
8
8
github.com/pkg/errors v0.9.1
9
9
github.com/rgraphql/magellan v0.8.2
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.27.1
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
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ github.com/gobwas/pool v0.2.1 h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og=
10
10
github.com/gobwas/pool v0.2.1 /go.mod h1:q8bcK0KcYlCgd9e7WYLm9LpyS+YeLd8JVDW6WezmKEw =
11
11
github.com/gobwas/ws v1.3.1 h1:Qi34dfLMWJbiKaNbDVzM9x27nZBjmkaW6i4+Ku+pGVU =
12
12
github.com/gobwas/ws v1.3.1 /go.mod h1:hRKAFb8wOxFROYNsT1bqfWnhX+b5MFeJM9r2ZSwg/KY =
13
+ github.com/gobwas/ws v1.3.2 h1:zlnbNHxumkRvfPWgfXu8RBwyNR1x8wh9cf5PTOCqs9Q =
14
+ github.com/gobwas/ws v1.3.2 /go.mod h1:hRKAFb8wOxFROYNsT1bqfWnhX+b5MFeJM9r2ZSwg/KY =
13
15
github.com/golang/protobuf v1.5.0 /go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk =
14
16
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg =
15
17
github.com/golang/protobuf v1.5.3 /go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY =
@@ -43,6 +45,8 @@ github.com/urfave/cli v1.22.14 h1:ebbhrRiGK2i4naQJr+1Xj92HXZCrK7MsyTS/ob3HnAk=
43
45
github.com/urfave/cli v1.22.14 /go.mod h1:X0eDS6pD6Exaclxm99NJ3FiCDRED7vIHpx2mDOHLvkA =
44
46
github.com/urfave/cli/v2 v2.26.0 h1:3f3AMg3HpThFNT4I++TKOejZO8yU55t3JnnSr4S4QEI =
45
47
github.com/urfave/cli/v2 v2.26.0 /go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ =
48
+ github.com/urfave/cli/v2 v2.27.1 h1:8xSQ6szndafKVRmfyeUMxkNUJQMjL1F2zmsZ+qHpfho =
49
+ github.com/urfave/cli/v2 v2.27.1 /go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ =
46
50
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU =
47
51
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 /go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8 =
48
52
golang.org/x/mod v0.14.0 h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0 =
You can’t perform that action at this time.
0 commit comments