File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
3535
3636 - name : Setup Go ${{ matrix.go }}
3737 uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
@@ -45,12 +45,12 @@ jobs:
4545 cache : ' yarn'
4646
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
48+ uses : github/codeql-action/init@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
4949 with :
5050 languages : ${{ matrix.language }}
5151
5252 - name : Autobuild
53- uses : github/codeql-action/autobuild@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
53+ uses : github/codeql-action/autobuild@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
5454
5555 - name : Perform CodeQL Analysis
56- uses : github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
56+ uses : github/codeql-action/analyze@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : ' Checkout Repository'
18- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1919 - name : ' Dependency Review'
2020 uses : actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
Original file line number Diff line number Diff line change 2020 node : [21.x]
2121 timeout-minutes : 10
2222 steps :
23- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2424 - name : Setup Go ${{ matrix.go }}
2525 uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2626 with :
Original file line number Diff line number Diff line change 44
55require (
66 github.com/aperturerobotics/protobuf-go-lite v0.5.0 // latest
7- github.com/aperturerobotics/util v1.18 .1 // latest
7+ github.com/aperturerobotics/util v1.20 .1 // latest
88)
99
1010require (
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ github.com/aperturerobotics/protobuf-go-lite v0.5.0 h1:JmTfiOeTQv06EYIFyVkjkmGXx
22github.com/aperturerobotics/protobuf-go-lite v0.5.0 /go.mod h1:/EduuzDxtr5s0e9s10XYG35+pPgvrgg3UmBliivOaSs =
33github.com/aperturerobotics/util v1.18.1 h1:Iu8toMYRKs3d0TH8JkAMwfEYY8bEekDaTEvLOVVqh44 =
44github.com/aperturerobotics/util v1.18.1 /go.mod h1:Oz7Rmq5sKS1UgTRJkDWYfyf1LiA2rIRbnO341Xd91bU =
5+ github.com/aperturerobotics/util v1.20.1 h1:A4lcyULNtpID2pykIBLr7putGXFjjGi5EX0BpaVcdtY =
6+ github.com/aperturerobotics/util v1.20.1 /go.mod h1:m6rsllH5ubGZvwFmdY3Tvm6LMgBtghqxPTynimEevl0 =
57github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
68github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
79github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments