File tree 6 files changed +299
-346
lines changed 6 files changed +299
-346
lines changed Original file line number Diff line number Diff line change @@ -32,26 +32,26 @@ jobs:
32
32
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
36
36
37
37
- name : Setup Go ${{ matrix.go }}
38
38
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
39
39
with :
40
40
go-version : ${{ matrix.go }}
41
41
42
42
- name : Setup Node.JS ${{ matrix.node }}
43
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
43
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
44
44
with :
45
45
node-version : ${{ matrix.node }}
46
46
cache : ' yarn'
47
47
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
49
+ uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
54
+ uses : github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
55
55
56
56
- name : Perform CodeQL Analysis
57
- uses : github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
57
+ uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : ' Checkout Repository'
18
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19
19
- name : ' Dependency Review'
20
20
uses : actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
20
20
node : [22.x]
21
21
timeout-minutes : 10
22
22
steps :
23
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24
24
25
25
- name : Setup Go ${{ matrix.go }}
26
26
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
27
27
with :
28
28
go-version : ${{ matrix.go }}
29
29
30
30
- name : Setup Node.JS ${{ matrix.node }}
31
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
31
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
32
32
with :
33
33
node-version : ${{ matrix.node }}
34
34
cache : ' yarn'
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/aperturerobotics/template
3
3
go 1.22
4
4
5
5
require (
6
- github.com/aperturerobotics/common v0.18.5 // latest
7
- github.com/aperturerobotics/protobuf-go-lite v0.6.5 // latest
6
+ github.com/aperturerobotics/common v0.18.6 // latest
7
+ github.com/aperturerobotics/protobuf-go-lite v0.7.0 // latest
8
8
github.com/aperturerobotics/starpc v0.33.11 // latest
9
9
)
10
10
Original file line number Diff line number Diff line change 1
1
github.com/aperturerobotics/common v0.18.5 h1:oeHASx3Ol27DQd435TEzC8Q8PMPRC58D43N0addFD9A =
2
2
github.com/aperturerobotics/common v0.18.5 /go.mod h1:qLWqm2T9MQmxDtE1ddNdWCHnUj1Z66GzNxllkZ3Fj7Y =
3
+ github.com/aperturerobotics/common v0.18.6 h1:cFP0DVfGfyLGYIGc3UkocpCqk4CiumoP5yka3tpmtnY =
4
+ github.com/aperturerobotics/common v0.18.6 /go.mod h1:4zW3CCNdnXnUBUFfex47ekzxZuqBmNYEVAMYGwSSYJw =
3
5
github.com/aperturerobotics/json-iterator-lite v1.0.0 h1:cihbrYWoK/S2RYXhJLpDZd+GUjVvFJN+D3w1VOqqHRI =
4
6
github.com/aperturerobotics/json-iterator-lite v1.0.0 /go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg =
5
7
github.com/aperturerobotics/protobuf-go-lite v0.6.5 h1:AuPPcZ7ZaJe9ZYYC4gF7/5/Xbn9Mt9uXyV3+ADWy+Ys =
6
8
github.com/aperturerobotics/protobuf-go-lite v0.6.5 /go.mod h1:YTbfnUj3feSULhs8VgepAHFnF3wUc0CPj4jd2axy21I =
9
+ github.com/aperturerobotics/protobuf-go-lite v0.7.0 h1:dDoOzD0kxx8fshgqyWrJdhZHfeTLAWvMfH6lU458eZg =
10
+ github.com/aperturerobotics/protobuf-go-lite v0.7.0 /go.mod h1:MSCkd3x0MtN1WbG5abldAa55AVKHJlOgbZGPDcBauLM =
7
11
github.com/aperturerobotics/starpc v0.33.11 h1:qTFuSmFA4d00lZa/W1ZqhUi+KQbl0YLaiY1GBLJDo6I =
8
12
github.com/aperturerobotics/starpc v0.33.11 /go.mod h1:gC7YlK3ToiOT/I1AhcpDo88rWN0OqvGEaO7eUwnPBzE =
9
13
github.com/aperturerobotics/util v1.25.8 h1:ERuWwwrtm1qKO/uIQOIlprmnVd5WRtm8YhDjlpJ0yV0 =
You can’t perform that action at this time.
0 commit comments