File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
with :
103
103
fetch-depth : 1
104
104
- name : Setup Python env
105
- uses : actions/setup-python@v5
105
+ uses : actions/setup-python@v5.4.0
106
106
with :
107
107
python-version : ' 3.11'
108
108
cache : ' pip'
Original file line number Diff line number Diff line change 82
82
# lldb. Using this setup-python action to make 3.10 the default
83
83
# python fixes this.
84
84
- name : Setup Python
85
- uses : actions/setup-python@v5
85
+ uses : actions/setup-python@v5.4.0
86
86
with :
87
87
python-version : ${{ inputs.python_version }}
88
88
- name : Install Ninja
Original file line number Diff line number Diff line change 65
65
clangformat : 19.1.6
66
66
67
67
- name : Setup Python env
68
- uses : actions/setup-python@v5
68
+ uses : actions/setup-python@v5.4.0
69
69
with :
70
70
python-version : ' 3.11'
71
71
cache : ' pip'
Original file line number Diff line number Diff line change 65
65
steps :
66
66
# It's good practice to use setup-python, but this is also required on macos-14
67
67
# due to https://github.com/actions/runner-images/issues/10385
68
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
68
+ - uses : actions/setup-python@6ca8e8598faa206f7140a65ba31b899bebe16f58
69
69
with :
70
70
python-version : ' 3.12'
71
71
@@ -294,7 +294,7 @@ jobs:
294
294
295
295
- name : Attest Build Provenance
296
296
id : provenance
297
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
297
+ uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
298
298
with :
299
299
subject-path : ${{ needs.prepare.outputs.release-binary-filename }}
300
300
Original file line number Diff line number Diff line change 37
37
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
38
38
39
39
- name : Setup Python env
40
- uses : actions/setup-python@v5
40
+ uses : actions/setup-python@v5.4.0
41
41
with :
42
42
cache : ' pip'
43
43
cache-dependency-path : ' ./llvm/docs/requirements.txt'
Original file line number Diff line number Diff line change 43
43
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
44
44
45
45
- name : Setup Python env
46
- uses : actions/setup-python@v5
46
+ uses : actions/setup-python@v5.4.0
47
47
with :
48
48
cache : ' pip'
49
49
cache-dependency-path : ' ./llvm/docs/requirements.txt'
Original file line number Diff line number Diff line change 92
92
- name : Attest Build Provenance
93
93
if : github.event_name != 'pull_request'
94
94
id : provenance
95
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
95
+ uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
96
96
with :
97
97
subject-path : " *.xz"
98
98
- if : github.event_name != 'pull_request'
Original file line number Diff line number Diff line change 36
36
persist-credentials : false
37
37
38
38
- name : " Run analysis"
39
- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
39
+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
40
40
with :
41
41
results_file : results.sarif
42
42
results_format : sarif
Original file line number Diff line number Diff line change 87
87
- name : Checkout LLVM
88
88
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
89
89
90
- - uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
90
+ - uses : actions/setup-python@6ca8e8598faa206f7140a65ba31b899bebe16f58 # v5.0.0
91
91
with :
92
92
python-version : 3.9
93
93
Original file line number Diff line number Diff line change 21
21
- name : Checkout LLVM
22
22
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23
23
24
- - uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
24
+ - uses : actions/setup-python@6ca8e8598faa206f7140a65ba31b899bebe16f58 # v5.0.0
25
25
with :
26
26
python-version : 3.9
27
27
You can’t perform that action at this time.
0 commit comments