Update GitHub Actions workflows to use full-length commit hashes for actions

This commit is contained in:
Sudo-Ivan
2025-09-22 14:24:40 -05:00
parent cb72e57da9
commit c382ed790f
3 changed files with 17 additions and 17 deletions

View File

@@ -18,9 +18,9 @@ jobs:
python-version: ["3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
with:
python-version: ${{ matrix.python-version }}
- name: Build Docker Image