File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,25 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717 with :
1818 fetch-depth : 0
1919 token : ${{ secrets.GITHUB_TOKEN }}
2020
2121 - name : Install uv
22- uses : astral-sh/setup-uv@v3
22+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
2323 with :
2424 version : " latest"
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2828 with :
2929 python-version : " 3.13"
3030
3131 - name : Install dependencies
3232 run : uv sync
3333
3434 - name : Python Semantic Release
35- uses : python-semantic-release/python-semantic-release@v10
35+ uses : python-semantic-release/python-semantic-release@4d4cb0ab842247caea1963132c242c62aab1e4d5 # v10.4.1
3636 with :
3737 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 55 push :
66 branches : [main]
77
8+ permissions :
9+ contents : read
10+
811jobs :
912 test :
1013 runs-on : ubuntu-latest
@@ -18,15 +21,15 @@ jobs:
1821 - 8000:8080
1922
2023 steps :
21- - uses : actions/checkout@v4
24+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2225
2326 - name : Install uv
24- uses : astral-sh/setup-uv@v3
27+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
2528 with :
2629 version : " latest"
2730
2831 - name : Set up Python
29- uses : actions/setup-python@v5
32+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
3033 with :
3134 python-version : " 3.13"
3235
You can’t perform that action at this time.
0 commit comments