File tree Expand file tree Collapse file tree 16 files changed +21
-21
lines changed
unprivileged-download-artifact Expand file tree Collapse file tree 16 files changed +21
-21
lines changed 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.14
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.14'
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@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3 .31.2
32+ uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4 .31.2
3333 with :
3434 languages : actions
3535 queries : security-extended
3636 - name : Perform CodeQL Analysis
37- uses : github/codeql-action/analyze@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3 .31.2
37+ uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4 .31.2
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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
1818 with :
19- node-version : 18
19+ node-version : 24
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 2727
2828 - name : Get changed files
2929 id : changed-files
30- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 .0.5
30+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
3131 with :
3232 separator : " ,"
3333 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
Original file line number Diff line number Diff line change 3838 if : >-
3939 github.event_name != 'pull_request' &&
4040 failure()
41- uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1 .0
41+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0 .0
4242 with :
4343 github-token : ${{ secrets.ISSUE_SUBSCRIBER_TOKEN }}
4444 script : |
You can’t perform that action at this time.
0 commit comments