File tree 4 files changed +293
-270
lines changed
4 files changed +293
-270
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
46
46
cache : ' yarn'
47
47
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
49
+ uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
54
+ uses : github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
55
55
56
56
- name : Perform CodeQL Analysis
57
- uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
57
+ uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
20
20
21
21
require (
22
22
github.com/agnivade/wasmbrowsertest v0.11.0 // cancelCtx
23
- github.com/golangci/golangci-lint/v2 v2.1.2
23
+ github.com/golangci/golangci-lint/v2 v2.1.5
24
24
github.com/goreleaser/goreleaser/v2 v2.8.2 // latest
25
25
github.com/psampaz/go-mod-outdated v0.9.0 // latest
26
26
golang.org/x/tools v0.32.0 // latest
Original file line number Diff line number Diff line change @@ -551,6 +551,7 @@ github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d h1:viFft9sS/dxoYY0a
551
551
github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d /go.mod h1:ivJ9QDg0XucIkmwhzCDsqcnxxlDStoTl89jDMIoNxKY =
552
552
github.com/golangci/golangci-lint/v2 v2.1.2 h1:bcOB+jVr4EYEgOEIskQIhtdxOpIGl+iOCwliG/hNPXw =
553
553
github.com/golangci/golangci-lint/v2 v2.1.2 /go.mod h1:ApmXnYUmWDGu1CUZRkT3yzzFATmaViCY7BEtytG2AiU =
554
+ github.com/golangci/golangci-lint/v2 v2.1.5 /go.mod h1:RGcjZLyl9fSVLqxdKMrknPlspC3TYETLoKXyRG06RDo =
554
555
github.com/golangci/golines v0.0.0-20250217134842-442fd0091d95 h1:AkK+w9FZBXlU/xUmBtSJN1+tAI4FIvy5WtnUnY8e4p8 =
555
556
github.com/golangci/golines v0.0.0-20250217134842-442fd0091d95 /go.mod h1:k9mmcyWKSTMcPPvQUCfRWWQ9VHJ1U9Dc0R7kaXAgtnQ =
556
557
github.com/golangci/misspell v0.6.0 h1:JCle2HUTNWirNlDIAUO44hUsKhOFqGPoC4LZxlaSXDs =
You can’t perform that action at this time.
0 commit comments