File tree Expand file tree Collapse file tree 7 files changed +632
-535
lines changed Expand file tree Collapse file tree 7 files changed +632
-535
lines changed Original file line number Diff line number Diff line change 3535 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636
3737 - name : Setup Go ${{ matrix.go }}
38- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
38+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
3939 with :
4040 go-version : ${{ matrix.go }}
4141
@@ -56,13 +56,13 @@ jobs:
5656 cache : ' yarn'
5757
5858 - name : Initialize CodeQL
59- uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
59+ uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
6060 with :
6161 languages : ${{ matrix.language }}
6262
6363
6464 - name : Autobuild
65- uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
65+ uses : github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
6666
6767 - name : Perform CodeQL Analysis
68- uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
68+ uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
Original file line number Diff line number Diff line change 1717 - name : ' Checkout Repository'
1818 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919 - name : ' Dependency Review'
20- uses : actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
20+ uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
2525 - name : Setup Go ${{ matrix.go }}
26- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
26+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
2727 with :
2828 go-version : ${{ matrix.go }}
2929
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ module github.com/aperturerobotics/util
22
33go 1.24
44
5- toolchain go1.24.2
5+ toolchain go1.24.4
66
77require (
8- github.com/aperturerobotics/common v0.22.4 // latest
8+ github.com/aperturerobotics/common v0.22.5 // latest
99 github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 // indirect
1010 github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
1111)
Original file line number Diff line number Diff line change 1- github.com/aperturerobotics/common v0.22.4 h1:y0Xxsz0oau3/IEbFev8SPfiaA9ZKhMlizQmkn7936jM =
2- github.com/aperturerobotics/common v0.22.4 /go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY =
1+ github.com/aperturerobotics/common v0.22.5 h1:VhweXK3CVWfPdNXI2311EOMq9SUpdZAnWuinNYH7020 =
2+ github.com/aperturerobotics/common v0.22.5 /go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY =
33github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 h1:So9JeziaWKx2Fw8sK4AUN/szqKtJ0jEMhS6bU4sHbxs =
44github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 /go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg =
55github.com/aperturerobotics/protobuf-go-lite v0.9.1 h1:P1knXKnwLJpVE8fmeXYGckKu79IhqUvKRdCfJNR0MwQ =
Original file line number Diff line number Diff line change 5454 },
5555 "dependencies" : {
5656 "@aptre/protobuf-es-lite" : " ^0.4.7" ,
57- "starpc" : " ^0.38.1 "
57+ "starpc" : " ^0.39.0 "
5858 },
5959 "resolutions" : {
60- "@aptre/protobuf-es-lite" : " 0.4.8 "
60+ "@aptre/protobuf-es-lite" : " 0.4.9 "
6161 }
6262}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments