Skip to content

Commit 7dce993

Browse files
chore(deps): update all non-major dependencies in .github/workflows/python.yml
1 parent 9f79a18 commit 7dce993

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
build:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
29+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
python-version: ['3.11', '3.12', '3.13']
3131

3232
steps:
33-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
33+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3434

3535
- name: Set up Python 3
3636
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # 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

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)