chore: pin publish workflow actions by SHA

This commit is contained in:
MagMueller
2026-09-03 20:32:23 -07:00
parent 8db8283af3
commit 68f9a0992d
+3 -3
View File
@@ -35,7 +35,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' && inputs.create_tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
- name: Create pre-release tag
run: |
git fetch --tags
@@ -107,8 +107,8 @@ jobs:
exit 1
fi
echo "::notice::Environment '${ENV_NAME}' is protected with prevent_self_review. OK."
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
with:
version: "0.12.9"
enable-cache: true