Skip to content

Commit ebf9b3a

Browse files
fix(deps): update all non-major dependencies in .github/workflows/python.yml
1 parent 2745742 commit ebf9b3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: ${{ matrix.python-version }}
3939

4040
- name: Install uv
41-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6
41+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6
4242
with:
4343
enable-cache: true
4444

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ module github.com/coreruleset/seclang_parser
22

33
go 1.22
44

5-
toolchain go1.25.0
5+
toolchain go1.25.1
66

77
require (
88
github.com/antlr4-go/antlr/v4 v4.13.1
99
github.com/magefile/mage v1.15.0
10-
github.com/stretchr/testify v1.10.0
10+
github.com/stretchr/testify v1.11.1
1111
)
1212

1313
require (

0 commit comments

Comments
 (0)