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
+3 -3
View File
@@ -13,10 +13,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'
@@ -27,7 +27,7 @@ jobs:
run: ansible-galaxy collection build
- name: Upload artifact.
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: galaxy-collection
path: k3s-orchestration-*.tar.gz