File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
2828 persist-credentials : false
2929
3030 - name : Initialize CodeQL
31- uses : github/codeql-action/init@v3
31+ uses : github/codeql-action/init@v4.37.4
3232 with :
3333 languages : go
3434 queries : security-extended,security-and-quality
3535
3636 - name : Build
37- uses : github/codeql-action/autobuild@v3
37+ uses : github/codeql-action/autobuild@v4.37.4
3838
3939 - name : Analyze
40- uses : github/codeql-action/analyze@v3
40+ uses : github/codeql-action/analyze@v4.37.4
4141 with :
4242 category : /language:go
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ require (
7373 github.com/ktr0731/go-ansisgr v0.1.0 // indirect
7474 github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
7575 github.com/mattn/go-runewidth v0.0.24 // indirect
76- github.com/mattn/go-sqlite3 v1.14.48
76+ github.com/mattn/go-sqlite3 v1.14.49
7777 github.com/muesli/cancelreader v0.2.2 // indirect
7878 github.com/nsf/termbox-go v1.1.1 // indirect
7979 github.com/pmezard/go-difflib v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ github.com/lucasb-eyer/go-colorful v1.4.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i
116116github.com/mattn/go-runewidth v0.0.9 /go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI =
117117github.com/mattn/go-runewidth v0.0.24 h1:cpokDiIn0MGnhdHwuWnJBITySJ20QyNGnY2kR/ay2DU =
118118github.com/mattn/go-runewidth v0.0.24 /go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs =
119- github.com/mattn/go-sqlite3 v1.14.48 h1:7XHIgl0a8HwOaiK4E47ozLkST78rR9+OtNGx27D/TFs =
120- github.com/mattn/go-sqlite3 v1.14.48 /go.mod h1:6JTjA44L93a0QCyJef5YvlPoKXntQPjzWv5gtm9sB6w =
119+ github.com/mattn/go-sqlite3 v1.14.49 h1:B8jBHC3xhxZgxztrgruTuLucebnULQnx4W7cF7SAE9w =
120+ github.com/mattn/go-sqlite3 v1.14.49 /go.mod h1:6JTjA44L93a0QCyJef5YvlPoKXntQPjzWv5gtm9sB6w =
121121github.com/mitchellh/hashstructure/v2 v2.0.2 h1:vGKWl0YJqUNxE8d+h8f6NJLcCJrgbhC4NcD46KavDd4 =
122122github.com/mitchellh/hashstructure/v2 v2.0.2 /go.mod h1:MG3aRVU/N29oo/V/IhBX8GR/zz4kQkprJgF2EVszyDE =
123123github.com/muesli/cancelreader v0.2.2 h1:3I4Kt4BQjOR54NavqnDogx/MIoWBFa0StPA8ELUXHmA =
You can’t perform that action at this time.
0 commit comments