Skip to content

Commit abc7bf9

Browse files
chore(deps): update all non-major dependencies in .github/workflows/go.yml
1 parent 676479c commit abc7bf9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ jobs:
3333
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3434

3535
- name: Set up Python 3
36-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
36+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
3737
with:
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

4545
- name: Set up Python 3
46-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
46+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949

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)