Skip to content

Commit 46209c6

Browse files
committed
chore: update CodeQL action versions and bump go-sqlite3 dependency to v1.14.49
1 parent f3c4015 commit 46209c6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ github.com/lucasb-eyer/go-colorful v1.4.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i
116116
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
117117
github.com/mattn/go-runewidth v0.0.24 h1:cpokDiIn0MGnhdHwuWnJBITySJ20QyNGnY2kR/ay2DU=
118118
github.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=
121121
github.com/mitchellh/hashstructure/v2 v2.0.2 h1:vGKWl0YJqUNxE8d+h8f6NJLcCJrgbhC4NcD46KavDd4=
122122
github.com/mitchellh/hashstructure/v2 v2.0.2/go.mod h1:MG3aRVU/N29oo/V/IhBX8GR/zz4kQkprJgF2EVszyDE=
123123
github.com/muesli/cancelreader v0.2.2 h1:3I4Kt4BQjOR54NavqnDogx/MIoWBFa0StPA8ELUXHmA=

0 commit comments

Comments
 (0)