mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-04 08:05:37 -02:30
Chore: change the GitHub Actions uses commit hash (#13227)
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/upgrade-patch-versions.yml
vendored
4
.github/workflows/upgrade-patch-versions.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.branch }}
|
ref: ${{ inputs.branch }}
|
||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.13'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- run: update-hashes
|
- run: update-hashes
|
||||||
env:
|
env:
|
||||||
API_KEY: ${{ secrets.GITHUB_TOKEN }}
|
API_KEY: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- uses: actions/cache@v5
|
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
||||||
with:
|
with:
|
||||||
key: pre-commit-hook-propagate
|
key: pre-commit-hook-propagate
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user