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 1818jobs :
1919 build-ci-container-windows :
2020 if : github.repository_owner == 'llvm'
21- runs-on : windows-2022
21+ runs-on : windows-2025
2222 outputs :
2323 container-name : ${{ steps.vars.outputs.container-name }}
2424 container-name-tag : ${{ steps.vars.outputs.container-name-tag }}
5656 - build-ci-container-windows
5757 permissions :
5858 packages : write
59- runs-on : windows-2022
59+ runs-on : windows-2025
6060 env :
6161 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6262 steps :
Original file line number Diff line number Diff line change 2626 with :
2727 sparse-checkout : .ci
2828 - name : Setup Python
29- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
29+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
3030 with :
3131 python-version : 3.13
3232 cache : ' pip'
Original file line number Diff line number Diff line change 6060 fetch-depth : 2
6161 - name : Get subprojects that have doc changes
6262 id : docs-changed-subprojects
63- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 .0.5
63+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
6464 with :
6565 skip_initial_fetch : true
6666 base_sha : ' HEAD~1'
9595 workflow:
9696 - '.github/workflows/docs.yml'
9797 - name : Setup Python env
98- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
98+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
9999 with :
100100 python-version : ' 3.13'
101101 cache : ' pip'
Original file line number Diff line number Diff line change 2929 sparse-checkout : |
3030 .github/
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3 .30.4
32+ uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
3333 with :
3434 languages : actions
3535 queries : security-extended
3636 - name : Perform CodeQL Analysis
37- uses : github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3 .30.4
37+ uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
Original file line number Diff line number Diff line change 4040
4141 - name : ' Comment on PR'
4242 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
4444 with :
4545 github-token : ${{ secrets.GITHUB_TOKEN }}
4646 script : |
Original file line number Diff line number Diff line change 3434 steps :
3535 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636 - name : Setup Python
37- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
37+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040 - name : Setup ccache
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 runs-on : ubuntu-24.04
1515 if : github.repository == 'llvm/llvm-project'
1616 steps :
17- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
17+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
1818 with :
19- node-version : 18
19+ node-version : 22
2020 check-latest : true
2121 - run : npm install mailgun.js form-data
2222 - name : Send notification
23- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
23+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2424 env :
2525 MAILGUN_API_KEY : ${{ secrets.LLVM_BUGS_KEY }}
2626 with :
Original file line number Diff line number Diff line change 6767 github.event.pull_request.draft == false &&
6868 github.event.pull_request.commits < 10
6969 steps :
70- - uses : actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
70+ - uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
7171 with :
7272 configuration-path : .github/new-prs-labeler.yml
7373 # workaround for https://github.com/actions/labeler/issues/112
Original file line number Diff line number Diff line change 3535
3636 - name : Get changed files
3737 id : changed-files
38- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 .0.5
38+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
3939 with :
4040 separator : " ,"
4141 skip_initial_fetch : true
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
2727 cancel-in-progress : true
2828 steps :
2929 - name : Fetch LLVM sources
30- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
30+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
3131 with :
3232 fetch-depth : 2
3333
3434 - name : Get changed files
3535 id : changed-files
36- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 .0.5
36+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
3737 with :
3838 separator : " ,"
3939 skip_initial_fetch : true
5656 clang-tidy : 21.1.0
5757
5858 - name : Setup Python env
59- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
59+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
6060 with :
6161 python-version : ' 3.13'
6262
You can’t perform that action at this time.
0 commit comments