Pin GH Actions to commit sha

Signed-off-by: Chris Wayne <cwayne18@gmail.com>
This commit is contained in:
Chris Wayne
2026-03-27 09:21:19 -04:00
parent 2c3f3773c7
commit 4acc4c718b
3 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -14,10 +14,10 @@ jobs:
steps:
- name: Check out the codebase.
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Set up Python 3.13.
uses: actions/setup-python@v4
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
with:
python-version: '3.13.x'