Skip to content

Commit 3376e66

Browse files
chore(deps): update all non-major dependencies in .github/workflows/go.yml
1 parent eede6ad commit 3376e66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3030

3131
- name: Set up Go
32-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
32+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
3333
with:
3434
go-version: '1.25'
3535

.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@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
41+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7
4242
with:
4343
enable-cache: true
4444

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/coreruleset/seclang_parser
22

33
go 1.22
44

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

77
require (
88
github.com/antlr4-go/antlr/v4 v4.13.1

0 commit comments

Comments
 (0)