File tree Expand file tree Collapse file tree 18 files changed +25
-25
lines changed
unprivileged-download-artifact Expand file tree Collapse file tree 18 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 18
18
jobs :
19
19
build-ci-container-windows :
20
20
if : github.repository_owner == 'llvm'
21
- runs-on : windows-2022
21
+ runs-on : windows-2025
22
22
outputs :
23
23
container-name : ${{ steps.vars.outputs.container-name }}
24
24
container-name-tag : ${{ steps.vars.outputs.container-name-tag }}
56
56
- build-ci-container-windows
57
57
permissions :
58
58
packages : write
59
- runs-on : windows-2022
59
+ runs-on : windows-2025
60
60
env :
61
61
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62
62
steps :
Original file line number Diff line number Diff line change 26
26
with :
27
27
sparse-checkout : .ci
28
28
- name : Setup Python
29
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
29
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
30
30
with :
31
31
python-version : 3.13
32
32
cache : ' pip'
Original file line number Diff line number Diff line change 60
60
fetch-depth : 2
61
61
- name : Get subprojects that have doc changes
62
62
id : docs-changed-subprojects
63
- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 .0.5
63
+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
64
64
with :
65
65
skip_initial_fetch : true
66
66
base_sha : ' HEAD~1'
95
95
workflow:
96
96
- '.github/workflows/docs.yml'
97
97
- name : Setup Python env
98
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
98
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
99
99
with :
100
100
python-version : ' 3.13'
101
101
cache : ' pip'
Original file line number Diff line number Diff line change 40
40
41
41
- name : ' Comment on PR'
42
42
if : steps.download-artifact.outputs.artifact-id != ''
43
- uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1 .0
43
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0 .0
44
44
with :
45
45
github-token : ${{ secrets.GITHUB_TOKEN }}
46
46
script : |
Original file line number Diff line number Diff line change 34
34
steps :
35
35
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36
36
- name : Setup Python
37
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
37
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
38
38
with :
39
39
python-version : ${{ matrix.python-version }}
40
40
- name : Setup ccache
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236
236
**/crash_diagnostics/*
237
237
238
238
windows :
239
- runs-on : windows-2022
239
+ runs-on : windows-2025
240
240
needs : [ stage2 ]
241
241
strategy :
242
242
fail-fast : false
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
14
14
runs-on : ubuntu-24.04
15
15
if : github.repository == 'llvm/llvm-project'
16
16
steps :
17
- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
17
+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
18
18
with :
19
- node-version : 18
19
+ node-version : 22
20
20
check-latest : true
21
21
- run : npm install mailgun.js form-data
22
22
- name : Send notification
23
- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
23
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
24
24
env :
25
25
MAILGUN_API_KEY : ${{ secrets.LLVM_BUGS_KEY }}
26
26
with :
Original file line number Diff line number Diff line change 67
67
github.event.pull_request.draft == false &&
68
68
github.event.pull_request.commits < 10
69
69
steps :
70
- - uses : actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
70
+ - uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
71
71
with :
72
72
configuration-path : .github/new-prs-labeler.yml
73
73
# workaround for https://github.com/actions/labeler/issues/112
Original file line number Diff line number Diff line change 25
25
26
26
- name : Get changed files
27
27
id : changed-files
28
- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 .0.5
28
+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
29
29
with :
30
30
separator : " ,"
31
31
skip_initial_fetch : true
48
48
clangformat : 21.1.0
49
49
50
50
- name : Setup Python env
51
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
51
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
52
52
with :
53
53
python-version : ' 3.13'
54
54
cache : ' pip'
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
27
27
cancel-in-progress : true
28
28
steps :
29
29
- name : Fetch LLVM sources
30
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
30
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
31
31
with :
32
32
fetch-depth : 2
33
33
34
34
- name : Get changed files
35
35
id : changed-files
36
- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 .0.5
36
+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
37
37
with :
38
38
separator : " ,"
39
39
skip_initial_fetch : true
56
56
clang-tidy : 21.1.0
57
57
58
58
- name : Setup Python env
59
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
59
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
60
60
with :
61
61
python-version : ' 3.13'
62
62
You can’t perform that action at this time.
0 commit comments