Skip to content

Commit a0b49df

Browse files
committed
Pins actions/setup-python to SHA
Pins actions/setup-python to v6.2 commit hash instead of the tag.
1 parent 4afc607 commit a0b49df

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stackhpc-ci-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
path: src/kayobe-config
2323

2424
- name: Setup Python
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@28f2168f4d98ee0445e3c6321f6e6616c83dd5ec
2626

2727
- name: Generate clouds.yaml
2828
run: |

.github/workflows/stackhpc-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
fetch-depth: 0
5858
- name: Setup Python ${{ matrix.python-version }} 🐍
59-
uses: actions/setup-python@v6
59+
uses: actions/setup-python@28f2168f4d98ee0445e3c6321f6e6616c83dd5ec
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262
- name: Install Tox 📦
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
8484

8585
- name: Setup Python ${{ matrix.python-version }} 🐍
86-
uses: actions/setup-python@v6
86+
uses: actions/setup-python@28f2168f4d98ee0445e3c6321f6e6616c83dd5ec
8787
with:
8888
python-version: ${{ matrix.python }}
8989

0 commit comments

Comments
 (0)