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,10 +32,10 @@ jobs:
3232
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
35+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3636
3737 - name : Setup Go ${{ matrix.go }}
38- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
38+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
3939 with :
4040 go-version : ${{ matrix.go }}
4141
@@ -46,12 +46,12 @@ jobs:
4646 cache : ' yarn'
4747
4848 - name : Initialize CodeQL
49- uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
49+ uses : github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
5050 with :
5151 languages : ${{ matrix.language }}
5252
5353 - name : Autobuild
54- uses : github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
54+ uses : github/codeql-action/autobuild@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
5555
5656 - name : Perform CodeQL Analysis
57- uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
57+ uses : github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
18+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1919 - name : ' Dependency Review'
20- uses : actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
20+ uses : actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 node : [25.x]
2121 timeout-minutes : 10
2222 steps :
23- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
23+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2424
2525 - name : Setup Go ${{ matrix.go }}
26- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
26+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
2727 with :
2828 go-version : ${{ matrix.go }}
2929
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/aperturerobotics/timestamp
33go 1.25
44
55require (
6- github.com/aperturerobotics/common v0.22.12 // latest
6+ github.com/aperturerobotics/common v0.22.14 // latest
77 github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726
88 github.com/aperturerobotics/protobuf-go-lite v0.11.0 // latest
99)
Original file line number Diff line number Diff line change 11github.com/aperturerobotics/common v0.22.12 h1:uSo+fDQg6xCoNI34Y7gueW1cW9Cy4d/2FQb/T006LZQ =
22github.com/aperturerobotics/common v0.22.12 /go.mod h1:xMXHNN6oCvG0FfG1tY6+2Si7iWh1QfSSCSrqohFUeIk =
3+ github.com/aperturerobotics/common v0.22.14 h1:Z2OigJSCgaFFowQ9ydaLxMnZv3H+Vrh9tpvdLGLZ7hs =
4+ github.com/aperturerobotics/common v0.22.14 /go.mod h1:/86GyW6RWYxHByCFOhvI9IQgCchTnJznwV2k9Nz5lgk =
35github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 h1:So9JeziaWKx2Fw8sK4AUN/szqKtJ0jEMhS6bU4sHbxs =
46github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 /go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg =
57github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 h1:4B1F0DzuqPzb6WqgCjWaqDD7JU9RDsevQG5OP0DFBgs =
You can’t perform that action at this time.
0 commit comments