File tree Expand file tree Collapse file tree 12 files changed +165
-485
lines changed Expand file tree Collapse file tree 12 files changed +165
-485
lines changed Original file line number Diff line number Diff line change 6565 fetch-depth : 1
6666 - name : Get subprojects that have doc changes
6767 id : docs-changed-subprojects
68- uses : tj-actions/changed-files@v39
68+ uses : tj-actions/changed-files@v44
6969 with :
7070 files_yaml : |
7171 llvm:
Original file line number Diff line number Diff line change @@ -144,12 +144,12 @@ jobs:
144144 - abi-dump
145145 steps :
146146 - name : Download baseline
147- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
147+ uses : actions/download-artifact@v4
148148 with :
149149 name : build-baseline
150150 path : build-baseline
151151 - name : Download latest
152- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
152+ uses : actions/download-artifact@v4
153153 with :
154154 name : build-latest
155155 path : build-latest
Original file line number Diff line number Diff line change 2020 check-latest : true
2121 - run : npm install mailgun.js form-data
2222 - name : Send notification
23- uses : actions/github-script@v6
23+ uses : actions/github-script@v7
2424 env :
2525 MAILGUN_API_KEY : ${{ secrets.LLVM_BUGS_KEY }}
2626 with :
Original file line number Diff line number Diff line change @@ -148,17 +148,17 @@ jobs:
148148 - abi-dump
149149 steps :
150150 - name : Download baseline
151- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
151+ uses : actions/download-artifact@v4
152152 with :
153153 name : build-baseline
154154 path : build-baseline
155155 - name : Download latest
156- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
156+ uses : actions/download-artifact@v4
157157 with :
158158 name : build-latest
159159 path : build-latest
160160 - name : Download symbol list
161- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
161+ uses : actions/download-artifact@v4
162162 with :
163163 name : symbol-list
164164 path : symbol-list
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@v4
70+ - uses : actions/labeler@v5
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 3232
3333 - name : Get changed files
3434 id : changed-files
35- uses : tj-actions/changed-files@v39
35+ uses : tj-actions/changed-files@v44
3636 with :
3737 separator : " ,"
3838 skip_initial_fetch : true
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ jobs:
292292 sparse-checkout-cone-mode : false
293293
294294 - name : ' Download artifact'
295- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
295+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
296296 with :
297297 pattern : ' *-release-binary'
298298 merge-multiple : true
Original file line number Diff line number Diff line change 2727 # Needed to upload the results to code-scanning dashboard.
2828 security-events : write
2929 # Needed to publish results and get a badge (see publish_results below).
30- id-token : write
30+ id-token : write
3131
3232 steps :
3333 - name : " Checkout code"
@@ -36,14 +36,14 @@ jobs:
3636 persist-credentials : false
3737
3838 - name : " Run analysis"
39- uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
39+ uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
4040 with :
4141 results_file : results.sarif
4242 results_format : sarif
4343
4444 # - Publish results to OpenSSF REST API for easy access by consumers
4545 # - Allows the repository to include the Scorecard badge.
46- # - See https://github.com/ossf/scorecard-action#publishing-results.
46+ # - See https://github.com/ossf/scorecard-action#publishing-results.
4747 publish_results : true
4848
4949 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5757
5858 # Upload the results to GitHub's code scanning dashboard.
5959 - name : " Upload to code-scanning"
60- uses : github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
60+ uses : github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
6161 with :
6262 sarif_file : results.sarif
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- sphinx == 7.2.6
2- docutils == 0.20.1
1+ sphinx == 7.3.7
2+ docutils == 0.21.2
33sphinx-markdown-tables == 0.0.17
44recommonmark == 0.7.1
55sphinx-automodapi == 0.17.0
66sphinx-bootstrap-theme == 0.8.1
77sphinxcontrib-applehelp == 1.0.8
88sphinx-reredirects == 0.1.2
9- furo == 2024.1.29
10- myst-parser == 2 .0.0
9+ furo == 2024.5.6
10+ myst-parser == 3 .0.1
You can’t perform that action at this time.
0 commit comments