9292
9393 # Checkout the master branch into a subdirectory
9494 - name : Checkout master branch
95- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
95+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9696 with :
9797 # Recall that on the `leanprover-community/mathlib4-nightly-testing` repository,
9898 # we don't maintain a `master` branch at all.
@@ -102,7 +102,7 @@ jobs:
102102
103103 # Checkout the PR branch into a subdirectory
104104 - name : Checkout PR branch
105- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
105+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
106106 with :
107107 ref : " ${{ github.event.pull_request.head.sha }}"
108108 path : pr-branch
@@ -379,7 +379,7 @@ jobs:
379379
380380 - name : upload artifact containing contents of pr-branch
381381 # temporary measure for debugging no-build failures
382- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
382+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
383383 with :
384384 name : mathlib4_artifact
385385 include-hidden-files : true
@@ -515,7 +515,7 @@ jobs:
515515 id : lint
516516 run : |
517517 cd pr-branch
518- env LEAN_ABORT_ON_PANIC=1 ../master-branch/scripts/lake-build-wrapper.py .lake/build_summary_lint.json lake exe runLinter Mathlib
518+ env LEAN_ABORT_ON_PANIC=1 ../master-branch/scripts/lake-build-wrapper.py .lake/build_summary_lint.json lake exe runLinter --trace Mathlib
519519
520520 - name : end gh-problem-match-wrap for shake and lint steps
521521 uses : leanprover-community/gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
@@ -566,7 +566,7 @@ jobs:
566566 runs-on : ubuntu-latest # Note these steps run on disposable GitHub runners, so no landrun sandboxing is needed.
567567 steps :
568568
569- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
569+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
570570 with :
571571 ref : " ${{ github.event.pull_request.head.sha }}"
572572
@@ -614,7 +614,7 @@ jobs:
614614 lake exe graph
615615
616616 - name : upload the import graph
617- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
617+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
618618 with :
619619 name : import-graph
620620 path : import_graph.dot
@@ -718,7 +718,7 @@ jobs:
718718 # unfortunately we cannot query only for 'auto-merge-after-CI' events
719719 # so we have to process this with jq in the next step
720720 id : get-timeline
721- uses : octokit/graphql-action@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v3.0.0
721+ uses : octokit/graphql-action@ddde8ebb2493e79f390e6449c725c21663a67505 # v3.0.2
722722 with :
723723 query : |
724724 query($owner: String!, $name: String!, $number: Int!) {
0 commit comments