File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2121
2222 - name : " Set up Python"
23- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
23+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
2424 with :
2525 python-version-file : " pyproject.toml"
2626
2727 - name : Install uv
2828 uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7
2929 with :
30- version : " 0.9.11 "
30+ version : " 0.9.14 "
3131
3232 - name : Publish
3333 run : |
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1414
1515 - name : " Set up Python"
16- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
16+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
1717 with :
1818 python-version-file : " pyproject.toml"
1919
2020 - name : Install uv
2121 uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7
2222 with :
23- version : " 0.9.11 "
23+ version : " 0.9.14 "
2424
2525 - name : Publish
2626 run : |
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/coreruleset/seclang_parser
22
33go 1.22
44
5- toolchain go1.25.1
5+ toolchain go1.25.4
66
77require (
88 github.com/antlr4-go/antlr/v4 v4.13.1
You can’t perform that action at this time.
0 commit comments