Commit c855aee 1 parent c5ce1e7 commit c855aee Copy full SHA for c855aee
File tree 4 files changed +15
-15
lines changed
4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 35
35
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
37
37
- name : Setup Go ${{ matrix.go }}
38
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
38
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
39
39
with :
40
40
go-version : ${{ matrix.go }}
41
41
@@ -46,12 +46,12 @@ jobs:
46
46
cache : ' yarn'
47
47
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
49
+ uses : github/codeql-action/init@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
54
+ uses : github/codeql-action/autobuild@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
55
55
56
56
- name : Perform CodeQL Analysis
57
- uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
57
+ uses : github/codeql-action/analyze@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
Original file line number Diff line number Diff line change 23
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
25
25
- name : Setup Go ${{ matrix.go }}
26
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
26
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
27
27
with :
28
28
go-version : ${{ matrix.go }}
29
29
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/aperturerobotics/template
2
2
3
3
go 1.23
4
4
5
- toolchain go1.23.4
5
+ toolchain go1.23.5
6
6
7
7
require (
8
8
github.com/aperturerobotics/common v0.20.3 // latest
Original file line number Diff line number Diff line change 1067
1067
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
1068
1068
1069
1069
" @types/react-dom@^19.0.2 " :
1070
- version "19.0.2 "
1071
- resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.2 .tgz#ad21f9a1ee881817995fd3f7fd33659c87e7b1b7 "
1072
- integrity sha512-c1s+7TKFaDRRxr1TxccIX2u7sfCnc3RxkVyBIUA2lCpyqCF+QoAwQ/CBg7bsMdVwP120HEH143VQezKtef5nCg ==
1070
+ version "19.0.3 "
1071
+ resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.3 .tgz#0804dfd279a165d5a0ad8b53a5b9e65f338050a4 "
1072
+ integrity sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA ==
1073
1073
1074
1074
" @types/react@^19.0.2 " :
1075
- version "19.0.2 "
1076
- resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.2 .tgz#9363e6b3ef898c471cb182dd269decc4afc1b4f6 "
1077
- integrity sha512-USU8ZI/xyKJwFTpjSVIrSeHBVAGagkHQKPNbxeWwql/vDmnTIBgx+TJnhFnj1NXgz8XfprU0egV2dROLGpsBEg ==
1075
+ version "19.0.8 "
1076
+ resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.8 .tgz#7098e6159f2a61e4f4cef2c1223c044a9bec590e "
1077
+ integrity sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw ==
1078
1078
dependencies :
1079
1079
csstype "^3.0.2"
1080
1080
@@ -3060,9 +3060,9 @@ type-check@^0.4.0, type-check@~0.4.0:
3060
3060
prelude-ls "^1.2.1"
3061
3061
3062
3062
typescript@^5.6.2 :
3063
- version "5.7.2 "
3064
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2 .tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6 "
3065
- integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg ==
3063
+ version "5.7.3 "
3064
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3 .tgz#919b44a7dbb8583a9b856d162be24a54bf80073e "
3065
+ integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw ==
3066
3066
3067
3067
uint8-varint@^2.0.1, uint8-varint@^2.0.2 :
3068
3068
version "2.0.4"
You can’t perform that action at this time.
0 commit comments