File tree 4 files changed +451
-428
lines changed
4 files changed +451
-428
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ jobs:
56
56
cache : ' yarn'
57
57
58
58
- name : Initialize CodeQL
59
- uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
59
+ uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
60
60
with :
61
61
languages : ${{ matrix.language }}
62
62
63
63
64
64
- name : Autobuild
65
- uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
65
+ uses : github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
66
66
67
67
- name : Perform CodeQL Analysis
68
- uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
68
+ uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
Original file line number Diff line number Diff line change 5
5
toolchain go1.24.2
6
6
7
7
require (
8
- github.com/aperturerobotics/common v0.22.1 // latest
8
+ github.com/aperturerobotics/common v0.22.2 // latest
9
9
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 // indirect
10
10
github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
11
11
)
Original file line number Diff line number Diff line change 1
1
github.com/aperturerobotics/common v0.22.1 h1:wxTV9wSgfAM9jYUuSzNFzUeC28DQMBgDO3iGahlHeaY =
2
2
github.com/aperturerobotics/common v0.22.1 /go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY =
3
+ github.com/aperturerobotics/common v0.22.2 /go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY =
3
4
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 h1:So9JeziaWKx2Fw8sK4AUN/szqKtJ0jEMhS6bU4sHbxs =
4
5
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 /go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg =
5
6
github.com/aperturerobotics/protobuf-go-lite v0.9.1 h1:P1knXKnwLJpVE8fmeXYGckKu79IhqUvKRdCfJNR0MwQ =
You can’t perform that action at this time.
0 commit comments