File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 deploy :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616 with :
1717 fetch-depth : 0
1818
1919 - name : Install uv
20- uses : astral-sh/setup-uv@v6
20+ uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
2121
2222 - name : Install the project
2323 run : uv sync --locked
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout pull request branch with submodules
20- uses : actions/checkout@v5
20+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121 with :
2222 # Checkout the repository at the merge commit
2323 ref : ${{ github.event.pull_request.head.sha }}
3232 fi
3333
3434 - name : Import GPG key
35- uses : crazy-max/ghaction-import-gpg@v6
35+ uses : crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6
3636 with :
3737 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
3838 passphrase : ${{ secrets.GPG_PASSPHRASE }}
4242 trust_level : 5
4343
4444 - name : Set up Python
45- uses : actions/setup-python@v6
45+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
4646 with :
4747 python-version : ' 3.x'
4848
You can’t perform that action at this time.
0 commit comments