Skip to content

Commit 5861257

Browse files
Merge pull request #218 from StrangeRanger/renovate/pin-dependencies
2 parents 1dbf6ae + 4207810 commit 5861257

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/mkdocs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/update-from-submodule.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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 }}
@@ -32,7 +32,7 @@ jobs:
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 }}
@@ -42,7 +42,7 @@ jobs:
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

0 commit comments

Comments
 (0)