File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 if : github.repository_owner == 'statnett'
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v4
15+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1616 with :
1717 fetch-depth : 0
1818 - name : Install the latest version of uv and set the python version
19- uses : astral-sh/setup-uv@v5
19+ uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
2020 with :
2121 python-version : 3.13
2222 - name : build package
Original file line number Diff line number Diff line change 99 matrix :
1010 python-version : ["3.10", "3.11", "3.12", "3.13"]
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1313 with :
1414 fetch-depth : 0
1515 - name : Install the latest version of uv and set the python version
16- uses : astral-sh/setup-uv@v5
16+ uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
1717 with :
1818 python-version : ${{ matrix.python-version }}
1919 - name : Run linting
@@ -26,11 +26,11 @@ jobs:
2626 matrix :
2727 python-version : ["3.10", "3.11", "3.12", "3.13"]
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3030 with :
3131 fetch-depth : 0
3232 - name : Install the latest version of uv and set the python version
33- uses : astral-sh/setup-uv@v5
33+ uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
3434 with :
3535 python-version : ${{ matrix.python-version }}
3636 - name : Test with python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments