Skip to content

Commit 7e6000f

Browse files
authored
ci: update Go deps and GitHub Actions to latest (#27)
- Go: go-sqlite3 v0.35.3 -> v0.35.4, oauth2 v0.27.0 -> v0.36.0, crypto v0.54.0 -> v0.56.0, charm TUI stack + misc indirect bumps - Actions: codeql-action v4.37.7 -> v4.37.9, checkout v7.0.1 SHA pin
1 parent 88fe766 commit 7e6000f

4 files changed

Lines changed: 73 additions & 72 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v7.0.1
30+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3131

3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@v4.37.9
33+
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
3434
with:
3535
languages: ${{ matrix.language }}
3636
queries: security-extended
3737

3838
- name: Autobuild
39-
uses: github/codeql-action/autobuild@v4.37.9
39+
uses: github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
4040
if: matrix.build-mode == 'autobuild'
4141

4242
- name: Perform CodeQL Analysis
43-
uses: github/codeql-action/analyze@v4.37.9
43+
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
4444
with:
4545
category: "/language:${{matrix.language}}"

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release-please:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v7.0.1
16+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1717
with:
1818
fetch-depth: 0
1919
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}

go.mod

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.26.5
55
require (
66
charm.land/huh/v2 v2.0.3
77
github.com/google/uuid v1.6.0
8-
github.com/ncruces/go-sqlite3 v0.35.3
8+
github.com/ncruces/go-sqlite3 v0.35.4
99
github.com/olekukonko/tablewriter v1.1.4
1010
github.com/plaid/plaid-go/v40 v40.1.0
1111
github.com/spf13/cobra v1.10.2
@@ -14,41 +14,42 @@ require (
1414
)
1515

1616
require (
17-
charm.land/bubbles/v2 v2.0.0 // indirect
18-
charm.land/bubbletea/v2 v2.0.2 // indirect
19-
charm.land/lipgloss/v2 v2.0.1 // indirect
17+
charm.land/bubbles/v2 v2.2.1 // indirect
18+
charm.land/bubbletea/v2 v2.0.9 // indirect
19+
charm.land/lipgloss/v2 v2.0.6 // indirect
2020
github.com/atotto/clipboard v0.1.4 // indirect
21-
github.com/catppuccin/go v0.2.0 // indirect
21+
github.com/catppuccin/go v0.3.0 // indirect
2222
github.com/cespare/xxhash/v2 v2.3.0 // indirect
23-
github.com/charmbracelet/colorprofile v0.4.2 // indirect
24-
github.com/charmbracelet/ultraviolet v0.0.0-20260205113103-524a6607adb8 // indirect
25-
github.com/charmbracelet/x/ansi v0.11.6 // indirect
23+
github.com/charmbracelet/colorprofile v0.4.3 // indirect
24+
github.com/charmbracelet/ultraviolet v0.0.0-20260903151058-ae99b731b8c5 // indirect
25+
github.com/charmbracelet/x/ansi v0.11.8 // indirect
2626
github.com/charmbracelet/x/exp/ordered v0.1.0 // indirect
27-
github.com/charmbracelet/x/exp/strings v0.0.0-20240722160745-212f7b056ed0 // indirect
27+
github.com/charmbracelet/x/exp/strings v0.1.0 // indirect
2828
github.com/charmbracelet/x/term v0.2.2 // indirect
2929
github.com/charmbracelet/x/termios v0.1.1 // indirect
3030
github.com/charmbracelet/x/windows v0.2.2 // indirect
3131
github.com/clipperhouse/displaywidth v0.11.0 // indirect
3232
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
3333
github.com/dustin/go-humanize v1.0.1 // indirect
34-
github.com/fatih/color v1.18.0 // indirect
34+
github.com/fatih/color v1.19.0 // indirect
35+
github.com/goccy/go-json v0.10.6 // indirect
3536
github.com/inconshreveable/mousetrap v1.1.0 // indirect
36-
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
37-
github.com/mattn/go-colorable v0.1.14 // indirect
38-
github.com/mattn/go-isatty v0.0.20 // indirect
39-
github.com/mattn/go-runewidth v0.0.20 // indirect
37+
github.com/lucasb-eyer/go-colorful v1.4.1 // indirect
38+
github.com/mattn/go-colorable v0.1.15 // indirect
39+
github.com/mattn/go-isatty v0.0.24 // indirect
40+
github.com/mattn/go-runewidth v0.0.29 // indirect
4041
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
4142
github.com/muesli/cancelreader v0.2.2 // indirect
42-
github.com/ncruces/go-sqlite3-wasm/v3 v3.2.35304 // indirect
43+
github.com/ncruces/go-sqlite3-wasm/v5 v5.0.35304 // indirect
4344
github.com/ncruces/julianday v1.0.0 // indirect
4445
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
45-
github.com/olekukonko/errors v1.2.0 // indirect
46-
github.com/olekukonko/ll v0.1.6 // indirect
46+
github.com/olekukonko/errors v1.3.0 // indirect
47+
github.com/olekukonko/ll v0.1.8 // indirect
4748
github.com/rivo/uniseg v0.4.7 // indirect
48-
github.com/spf13/pflag v1.0.9 // indirect
49-
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
50-
golang.org/x/crypto v0.54.0 // indirect
51-
golang.org/x/oauth2 v0.27.0 // indirect
49+
github.com/spf13/pflag v1.0.10 // indirect
50+
github.com/xo/terminfo v1.0.0 // indirect
51+
golang.org/x/crypto v0.56.0 // indirect
52+
golang.org/x/oauth2 v0.36.0 // indirect
5253
golang.org/x/sync v0.22.0 // indirect
5354
golang.org/x/sys v0.47.0 // indirect
5455
lukechampine.com/adiantum v1.1.1 // indirect

0 commit comments

Comments
 (0)