mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2026-06-24 12:07:21 +02:00
Pin GH Actions to commit sha
Signed-off-by: Chris Wayne <cwayne18@gmail.com>
This commit is contained in:
@@ -13,10 +13,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the codebase.
|
- name: Check out the codebase.
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||||
|
|
||||||
- name: Set up Python 3.13.
|
- name: Set up Python 3.13.
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.13.x'
|
python-version: '3.13.x'
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ jobs:
|
|||||||
run: ansible-galaxy collection build
|
run: ansible-galaxy collection build
|
||||||
|
|
||||||
- name: Upload artifact.
|
- name: Upload artifact.
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||||
with:
|
with:
|
||||||
name: galaxy-collection
|
name: galaxy-collection
|
||||||
path: k3s-orchestration-*.tar.gz
|
path: k3s-orchestration-*.tar.gz
|
||||||
|
|||||||
@@ -34,10 +34,10 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Checkout codebase
|
- name: Checkout codebase
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
|
|
||||||
- name: Set up Python 3.13.
|
- name: Set up Python 3.13.
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.13.x'
|
python-version: '3.13.x'
|
||||||
|
|
||||||
@@ -235,10 +235,10 @@ jobs:
|
|||||||
SERVERS: server-node1 server-node2 server-node3
|
SERVERS: server-node1 server-node2 server-node3
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout codebase
|
- name: Checkout codebase
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
|
|
||||||
- name: Set up Python 3.13.
|
- name: Set up Python 3.13.
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.13.x'
|
python-version: '3.13.x'
|
||||||
|
|
||||||
@@ -356,10 +356,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout codebase
|
- name: Checkout codebase
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
|
|
||||||
- name: Set up Python 3.13.
|
- name: Set up Python 3.13.
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.13.x'
|
python-version: '3.13.x'
|
||||||
|
|
||||||
@@ -426,10 +426,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout codebase
|
- name: Checkout codebase
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
|
|
||||||
- name: Set up Python 3.13.
|
- name: Set up Python 3.13.
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.13.x'
|
python-version: '3.13.x'
|
||||||
|
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the codebase.
|
- name: Check out the codebase.
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||||
|
|
||||||
- name: Set up Python 3.13.
|
- name: Set up Python 3.13.
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.13.x'
|
python-version: '3.13.x'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user