File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,26 +32,26 @@ jobs:
3232
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
35+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636
3737 - name : Setup Go ${{ matrix.go }}
38- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
38+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
3939 with :
4040 go-version : ${{ matrix.go }}
4141
4242 - name : Setup Node.JS ${{ matrix.node }}
43- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
43+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
4444 with :
4545 node-version : ${{ matrix.node }}
4646 cache : ' yarn'
4747
4848 - name : Initialize CodeQL
49- uses : github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
49+ uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
5050 with :
5151 languages : ${{ matrix.language }}
5252
5353 - name : Autobuild
54- uses : github/codeql-action/autobuild@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
54+ uses : github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
5555
5656 - name : Perform CodeQL Analysis
57- uses : github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
57+ uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
18+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919 - name : ' Dependency Review'
20- uses : actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
20+ uses : actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
2020 node : [22.x]
2121 timeout-minutes : 10
2222 steps :
23- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
23+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
2525 - name : Setup Go ${{ matrix.go }}
26- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
26+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
2727 with :
2828 go-version : ${{ matrix.go }}
2929
3030 - name : Setup Node.JS ${{ matrix.node }}
31- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
31+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
3232 with :
3333 node-version : ${{ matrix.node }}
3434 cache : ' yarn'
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/aperturerobotics/timestamp
33go 1.22
44
55require (
6- github.com/aperturerobotics/common v0.18.7 // latest
7- github.com/aperturerobotics/protobuf-go-lite v0.7 .0 // latest
6+ github.com/aperturerobotics/common v0.19.1 // latest
7+ github.com/aperturerobotics/protobuf-go-lite v0.8 .0 // latest
88)
99
1010require github.com/aperturerobotics/json-iterator-lite v1.0.0
Original file line number Diff line number Diff line change 11github.com/aperturerobotics/common v0.18.7 h1:Le/Z5EG8a/kHo8+enTvesxeEhw+b4tJUemV5Xs/vrjY =
22github.com/aperturerobotics/common v0.18.7 /go.mod h1:4zW3CCNdnXnUBUFfex47ekzxZuqBmNYEVAMYGwSSYJw =
3+ github.com/aperturerobotics/common v0.19.1 h1:i5PqIcH7sZFmdwVPpotXQlsbDESD8mSGsFcjvzggTNs =
4+ github.com/aperturerobotics/common v0.19.1 /go.mod h1:dBvVy6IqLEnPzPVZhL02d0z0oxxpNLXrq8txmUAHLzo =
35github.com/aperturerobotics/json-iterator-lite v1.0.0 h1:cihbrYWoK/S2RYXhJLpDZd+GUjVvFJN+D3w1VOqqHRI =
46github.com/aperturerobotics/json-iterator-lite v1.0.0 /go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg =
57github.com/aperturerobotics/protobuf-go-lite v0.7.0 h1:dDoOzD0kxx8fshgqyWrJdhZHfeTLAWvMfH6lU458eZg =
68github.com/aperturerobotics/protobuf-go-lite v0.7.0 /go.mod h1:MSCkd3x0MtN1WbG5abldAa55AVKHJlOgbZGPDcBauLM =
9+ github.com/aperturerobotics/protobuf-go-lite v0.8.0 h1:SoiTAVArmOrNTX31e6CC5Bem6HuOElg3YYNhp4AAPQc =
10+ github.com/aperturerobotics/protobuf-go-lite v0.8.0 /go.mod h1:y49wVEezRHg78uQ2OzLLZbtTTWuox+ChmaTuh6FLJW8 =
711github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
812github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
913github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
Original file line number Diff line number Diff line change 4747 "singleQuote" : true
4848 },
4949 "devDependencies" : {
50- "@aptre/common" : " ^0.18 .0" ,
50+ "@aptre/common" : " ^0.19 .0" ,
5151 "@typescript-eslint/eslint-plugin" : " ^8.0.0" ,
5252 "@typescript-eslint/parser" : " ^8.0.0" ,
5353 "depcheck" : " ^1.4.6" ,
You can’t perform that action at this time.
0 commit comments