maint: pin all actions by hash

This commit is contained in:
Matthias
2026-01-06 09:13:13 +01:00
parent be7f5f4e26
commit 872b59c9cd
9 changed files with 30 additions and 30 deletions

View File

@@ -13,11 +13,11 @@ jobs:
auto-update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- uses: actions/setup-python@v6
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: "3.12"