File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 47
47
echo "CNVM_STACK_NAME=cnvm-stack-pr${{ github.event.number }}-$suffix" >> $GITHUB_ENV
48
48
49
49
- name : Set up Python
50
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
50
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
51
51
with :
52
52
python-version : ' 3.9'
53
53
Original file line number Diff line number Diff line change 34
34
run : ./bin/hermit env -r >> $GITHUB_ENV
35
35
36
36
- name : Set up Python
37
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
37
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
38
38
with :
39
39
python-version : " 3.9"
40
40
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ jobs:
294
294
echo "AGENTLESS=$agentless_flag" >> $GITHUB_ENV
295
295
296
296
- name : Set up Python
297
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
297
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
298
298
with :
299
299
python-version : " 3.9"
300
300
Original file line number Diff line number Diff line change 51
51
run : ./bin/hermit env -r >> $GITHUB_ENV
52
52
53
53
- name : Set up Python
54
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
54
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
55
55
with :
56
56
python-version : " 3.9"
57
57
@@ -153,7 +153,7 @@ jobs:
153
153
run : ./bin/hermit env -r >> $GITHUB_ENV
154
154
155
155
- name : Set up Python
156
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
156
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
157
157
with :
158
158
python-version : " 3.9"
159
159
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
working-directory : ./
107
107
108
108
- name : Set up Python
109
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
109
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
110
110
with :
111
111
python-version : ' 3.9'
112
112
You can’t perform that action at this time.
0 commit comments