File tree 7 files changed +360
-257
lines changed
7 files changed +360
-257
lines changed Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
36
36
37
37
- name : Setup Go ${{ matrix.go }}
38
38
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
@@ -46,12 +46,12 @@ jobs:
46
46
cache : ' yarn'
47
47
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
49
+ uses : github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
54
+ uses : github/codeql-action/autobuild@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
55
55
56
56
- name : Perform CodeQL Analysis
57
- uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
57
+ uses : github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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
20
node : [22.x]
21
21
timeout-minutes : 10
22
22
steps :
23
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
24
24
25
25
- name : Setup Go ${{ matrix.go }}
26
26
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/aperturerobotics/timestamp
3
3
go 1.22
4
4
5
5
require (
6
- github.com/aperturerobotics/common v0.18.6 // latest
6
+ github.com/aperturerobotics/common v0.18.7 // latest
7
7
github.com/aperturerobotics/protobuf-go-lite v0.7.0 // latest
8
8
)
9
9
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ github.com/aperturerobotics/common v0.18.5 h1:oeHASx3Ol27DQd435TEzC8Q8PMPRC58D43
4
4
github.com/aperturerobotics/common v0.18.5 /go.mod h1:qLWqm2T9MQmxDtE1ddNdWCHnUj1Z66GzNxllkZ3Fj7Y =
5
5
github.com/aperturerobotics/common v0.18.6 h1:cFP0DVfGfyLGYIGc3UkocpCqk4CiumoP5yka3tpmtnY =
6
6
github.com/aperturerobotics/common v0.18.6 /go.mod h1:4zW3CCNdnXnUBUFfex47ekzxZuqBmNYEVAMYGwSSYJw =
7
+ github.com/aperturerobotics/common v0.18.7 h1:Le/Z5EG8a/kHo8+enTvesxeEhw+b4tJUemV5Xs/vrjY =
8
+ github.com/aperturerobotics/common v0.18.7 /go.mod h1:4zW3CCNdnXnUBUFfex47ekzxZuqBmNYEVAMYGwSSYJw =
7
9
github.com/aperturerobotics/json-iterator-lite v1.0.0 h1:cihbrYWoK/S2RYXhJLpDZd+GUjVvFJN+D3w1VOqqHRI =
8
10
github.com/aperturerobotics/json-iterator-lite v1.0.0 /go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg =
9
11
github.com/aperturerobotics/protobuf-go-lite v0.6.5 h1:AuPPcZ7ZaJe9ZYYC4gF7/5/Xbn9Mt9uXyV3+ADWy+Ys =
Original file line number Diff line number Diff line change 60
60
},
61
61
"dependencies" : {
62
62
"@aptre/protobuf-es-lite" : " ^0.4.5" ,
63
- "starpc" : " ^0.33.9 "
63
+ "starpc" : " ^0.35.0 "
64
64
},
65
65
"resolutions" : {
66
- "@aptre/protobuf-es-lite" : " 0.4.7 "
66
+ "@aptre/protobuf-es-lite" : " 0.4.8 "
67
67
}
68
68
}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments