File tree Expand file tree Collapse file tree 7 files changed +16
-14
lines changed Expand file tree Collapse file tree 7 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
4646 cache : ' yarn'
4747
4848 - name : Initialize CodeQL
49- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3 .30.3
49+ uses : github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
5050 with :
5151 languages : ${{ matrix.language }}
5252
5353 - name : Autobuild
54- uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3 .30.3
54+ uses : github/codeql-action/autobuild@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
5555
5656 - name : Perform CodeQL Analysis
57- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3 .30.3
57+ uses : github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 .30.7
Original file line number Diff line number Diff line change 1717 - name : ' Checkout Repository'
1818 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919 - name : ' Dependency Review'
20- uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
20+ uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/aperturerobotics/controllerbus/example/plugin-demo
22
33go 1.24.0
44
5- toolchain go1.25.1
5+ toolchain go1.25.2
66
77replace github.com/aperturerobotics/controllerbus => ../..
88
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ require (
2525 github.com/sergi/go-diff v1.4.0
2626 github.com/sirupsen/logrus v1.9.3
2727 github.com/zeebo/blake3 v0.2.4
28- golang.org/x/mod v0.28 .0
28+ golang.org/x/mod v0.29 .0
2929 golang.org/x/tools v0.37.0
3030 mvdan.cc/gofumpt v0.9.1
3131)
Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 h1:R84qjqJb5nVJMxqWYb3np9L5Z
9393golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 /go.mod h1:S9Xr4PYopiDyqSyp5NjCrhFrqg6A5zA2E/iPHPhqnS8 =
9494golang.org/x/mod v0.28.0 h1:gQBtGhjxykdjY9YhZpSlZIsbnaE2+PgjfLWUQTnoZ1U =
9595golang.org/x/mod v0.28.0 /go.mod h1:yfB/L0NOf/kmEbXjzCPOx1iK1fRutOydrCMsqRhEBxI =
96+ golang.org/x/mod v0.29.0 h1:HV8lRxZC4l2cr3Zq1LvtOsi/ThTgWnUk/y64QSs8GwA =
97+ golang.org/x/mod v0.29.0 /go.mod h1:NyhrlYXJ2H4eJiRy/WDBO6HMqZQ6q9nk4JzS3NuCK+w =
9698golang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug =
9799golang.org/x/sync v0.17.0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
98100golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
Original file line number Diff line number Diff line change 4949 "devDependencies" : {
5050 "@aptre/common" : " ^0.22.10" ,
5151 "depcheck" : " ^1.4.7" ,
52- "happy-dom" : " ^18 .0.0" ,
52+ "happy-dom" : " ^19 .0.0" ,
5353 "prettier" : " ^3.5.3" ,
5454 "rimraf" : " ^6.0.1" ,
5555 "typescript" : " ^5.8.3" ,
Original file line number Diff line number Diff line change @@ -1588,10 +1588,10 @@ graphemer@^1.4.0:
15881588 resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
15891589 integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
15901590
1591- happy-dom@^18 .0.0 :
1592- version "18 .0.1 "
1593- resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-18 .0.1 .tgz#8f8a2199462842deb675f54e405af55f3b674540 "
1594- integrity sha512-qn+rKOW7KWpVTtgIUi6RVmTBZJSe2k0Db0vh1f7CWrWclkkc7/Q+FrOfkZIb2eiErLyqu5AXEzE7XthO9JVxRA ==
1591+ happy-dom@^19 .0.0 :
1592+ version "19 .0.2 "
1593+ resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-19 .0.2 .tgz#ecb9d48b7fc802c70c59b7ec1148517c125f8b04 "
1594+ integrity sha512-831CLbgDyjRbd2lApHZFsBDe56onuFcjsCBPodzWpzedTpeDr8CGZjs7iEIdNW1DVwSFRecfwzLpVyGBPamwGA ==
15951595 dependencies :
15961596 " @types/node" " ^20.0.0"
15971597 " @types/whatwg-mimetype" " ^3.0.2"
@@ -2494,9 +2494,9 @@ type-check@^0.4.0, type-check@~0.4.0:
24942494 prelude-ls "^1.2.1"
24952495
24962496typescript@^5.8.3 :
2497- version "5.9.2 "
2498- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2 .tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6 "
2499- integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A ==
2497+ version "5.9.3 "
2498+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3 .tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f "
2499+ integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw ==
25002500
25012501uint8-varint@^2.0.1, uint8-varint@^2.0.2 :
25022502 version "2.0.4"
You can’t perform that action at this time.
0 commit comments