File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 if : " !startsWith(github.event.pull_request.title, 'version:')"
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # actions/checkout@ v4
1313 - run : git fetch --depth=1 origin main
1414
1515 - name : Setup Python ${{ env.PYTHON_VERSION }} environment
3434
3535 - name : Get latest changie version
3636 id : latest
37- uses : miniscruff/changie-action@v2
37+ uses : miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # miniscruff/changie-action@ v2
3838 with :
3939 version : latest
4040 args : latest
Original file line number Diff line number Diff line change 2121 code-quality :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # actions/checkout@ v4
2525
2626 - uses : ./.github/actions/setup-python-env
2727
Original file line number Diff line number Diff line change @@ -15,25 +15,25 @@ jobs:
1515 create-release-pr :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # actions/checkout@ v4
1919
2020 - uses : ./.github/actions/setup-python-env
2121
2222 - name : Batch changes
23- uses : miniscruff/changie-action@v2
23+ uses : miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # miniscruff/changie-action@ v2
2424 with :
2525 version : latest
2626 args : batch ${{ inputs.bump }}
2727
2828 - name : Merge
29- uses : miniscruff/changie-action@v2
29+ uses : miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # miniscruff/changie-action@ v2
3030 with :
3131 version : latest
3232 args : merge
3333
3434 - name : Get the latest version
3535 id : changie-latest
36- uses : miniscruff/changie-action@v2
36+ uses : miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # miniscruff/changie-action@ v2
3737 with :
3838 version : latest
3939 args : latest
5555
5656
5757 - name : Create Pull Request
58- uses : peter-evans/create-pull-request@v4
58+ uses : peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54 # peter-evans/create-pull-request@ v4
5959 with :
6060 title : " version: ${{ steps.package-version.outputs.version }}"
6161 branch : release/${{ steps.package-version.outputs.version }}
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 if : " startsWith(github.event.head_commit.message, 'version:')"
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # actions/checkout@ v4
1616 - uses : ./.github/actions/setup-python-env
1717 - name : Create tag
1818 run : |
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Check-out the repo
16- uses : actions/checkout@v3
16+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # actions/checkout@ v3
1717
1818 - name : Setup Python ${{ env.PYTHON_VERSION }} environment
1919 uses : ./.github/actions/setup-python-env
2424 run : hatch build
2525
2626 - name : Publish package distributions to PyPI
27- uses : pypa/gh-action-pypi-publish@release/v1
27+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # pypa/gh-action-pypi-publish@ release/v1
2828 with :
2929 repository-url : " https://test.pypi.org/legacy/"
3030
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 id-token : write
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # actions/checkout@ v4
2727
2828 - uses : ./.github/actions/setup-python-env
2929
3030 - name : Build package
3131 run : hatch build
3232
3333 - name : Publish package distributions to PyPI
34- uses : pypa/gh-action-pypi-publish@release/v1
34+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # pypa/gh-action-pypi-publish@ release/v1
3535
You can’t perform that action at this time.
0 commit comments