Skip to content

Commit fa0ba71

Browse files
chore(deps): bump the actions-version-updates group across 2 directories with 6 updates (leanprover-community#33456)
Bumps the actions-version-updates group with 3 updates in the /.github directory: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [octokit/graphql-action](https://github.com/octokit/graphql-action). Bumps the actions-version-updates group with 6 updates in the /.github/workflows directory: | Package | From | To | |
1 parent 3bdc704 commit fa0ba71

33 files changed

Lines changed: 71 additions & 71 deletions

.github/build.in.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
# Checkout the master branch into a subdirectory
8080
- name: Checkout master branch
81-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
81+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8282
with:
8383
# Recall that on the `leanprover-community/mathlib4-nightly-testing` repository,
8484
# we don't maintain a `master` branch at all.
@@ -88,7 +88,7 @@ jobs:
8888

8989
# Checkout the PR branch into a subdirectory
9090
- name: Checkout PR branch
91-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
91+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9292
with:
9393
ref: "${{ PR_BRANCH_REF }}"
9494
path: pr-branch
@@ -365,7 +365,7 @@ jobs:
365365
366366
- name: upload artifact containing contents of pr-branch
367367
# temporary measure for debugging no-build failures
368-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
368+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
369369
with:
370370
name: mathlib4_artifact
371371
include-hidden-files: true
@@ -552,7 +552,7 @@ jobs:
552552
runs-on: ubuntu-latest # Note these steps run on disposable GitHub runners, so no landrun sandboxing is needed.
553553
steps:
554554

555-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
555+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
556556
with:
557557
ref: "${{ PR_BRANCH_REF }}"
558558

@@ -600,7 +600,7 @@ jobs:
600600
lake exe graph
601601
602602
- name: upload the import graph
603-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
603+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
604604
with:
605605
name: import-graph
606606
path: import_graph.dot
@@ -704,7 +704,7 @@ jobs:
704704
# unfortunately we cannot query only for 'auto-merge-after-CI' events
705705
# so we have to process this with jq in the next step
706706
id: get-timeline
707-
uses: octokit/graphql-action@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v3.0.0
707+
uses: octokit/graphql-action@ddde8ebb2493e79f390e6449c725c21663a67505 # v3.0.2
708708
with:
709709
query: |
710710
query($owner: String!, $name: String!, $number: Int!) {

.github/workflows/PR_summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
20+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2121
with:
2222
ref: ${{ github.event.pull_request.head.sha }}
2323
fetch-depth: 0
2424
path: pr-branch
2525

2626
# Checkout the master branch into a subdirectory
2727
- name: Checkout master branch
28-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929
with:
3030
# When testing the scripts, comment out the "ref: master"
3131
ref: master

.github/workflows/actionlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
13+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1414

1515
- name: suggester / actionlint
1616
uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.69.1
@@ -22,7 +22,7 @@ jobs:
2222
name: check workflows generated by build.in.yml
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
25+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2626

2727
- name: update workflows
2828
run: |

.github/workflows/add_label_from_diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: github.repository == 'leanprover-community/mathlib4'
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
25+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2626
with:
2727
ref: ${{ github.event.pull_request.head.sha }}
2828
fetch-depth: 0

.github/workflows/auto_assign_reviewers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: assign automatically proposed reviewers
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
14+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1515
with:
1616
ref: master
1717
sparse-checkout: |

.github/workflows/bors.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
# Checkout the master branch into a subdirectory
9090
- name: Checkout master branch
91-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
91+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9292
with:
9393
# Recall that on the `leanprover-community/mathlib4-nightly-testing` repository,
9494
# we don't maintain a `master` branch at all.
@@ -98,7 +98,7 @@ jobs:
9898

9999
# Checkout the PR branch into a subdirectory
100100
- name: Checkout PR branch
101-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
101+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
102102
with:
103103
ref: "${{ github.sha }}"
104104
path: pr-branch
@@ -375,7 +375,7 @@ jobs:
375375
376376
- name: upload artifact containing contents of pr-branch
377377
# temporary measure for debugging no-build failures
378-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
378+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
379379
with:
380380
name: mathlib4_artifact
381381
include-hidden-files: true
@@ -562,7 +562,7 @@ jobs:
562562
runs-on: ubuntu-latest # Note these steps run on disposable GitHub runners, so no landrun sandboxing is needed.
563563
steps:
564564

565-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
565+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
566566
with:
567567
ref: "${{ github.sha }}"
568568

@@ -610,7 +610,7 @@ jobs:
610610
lake exe graph
611611
612612
- name: upload the import graph
613-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
613+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
614614
with:
615615
name: import-graph
616616
path: import_graph.dot
@@ -714,7 +714,7 @@ jobs:
714714
# unfortunately we cannot query only for 'auto-merge-after-CI' events
715715
# so we have to process this with jq in the next step
716716
id: get-timeline
717-
uses: octokit/graphql-action@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v3.0.0
717+
uses: octokit/graphql-action@ddde8ebb2493e79f390e6449c725c21663a67505 # v3.0.2
718718
with:
719719
query: |
720720
query($owner: String!, $name: String!, $number: Int!) {

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
# Checkout the master branch into a subdirectory
9696
- name: Checkout master branch
97-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
97+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9898
with:
9999
# Recall that on the `leanprover-community/mathlib4-nightly-testing` repository,
100100
# we don't maintain a `master` branch at all.
@@ -104,7 +104,7 @@ jobs:
104104

105105
# Checkout the PR branch into a subdirectory
106106
- name: Checkout PR branch
107-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
107+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
108108
with:
109109
ref: "${{ github.sha }}"
110110
path: pr-branch
@@ -381,7 +381,7 @@ jobs:
381381
382382
- name: upload artifact containing contents of pr-branch
383383
# temporary measure for debugging no-build failures
384-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
384+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
385385
with:
386386
name: mathlib4_artifact
387387
include-hidden-files: true
@@ -568,7 +568,7 @@ jobs:
568568
runs-on: ubuntu-latest # Note these steps run on disposable GitHub runners, so no landrun sandboxing is needed.
569569
steps:
570570

571-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
571+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
572572
with:
573573
ref: "${{ github.sha }}"
574574

@@ -616,7 +616,7 @@ jobs:
616616
lake exe graph
617617
618618
- name: upload the import graph
619-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
619+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
620620
with:
621621
name: import-graph
622622
path: import_graph.dot
@@ -720,7 +720,7 @@ jobs:
720720
# unfortunately we cannot query only for 'auto-merge-after-CI' events
721721
# so we have to process this with jq in the next step
722722
id: get-timeline
723-
uses: octokit/graphql-action@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v3.0.0
723+
uses: octokit/graphql-action@ddde8ebb2493e79f390e6449c725c21663a67505 # v3.0.2
724724
with:
725725
query: |
726726
query($owner: String!, $name: String!, $number: Int!) {

.github/workflows/build_fork.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
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
@@ -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!) {

.github/workflows/check_pr_titles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
22+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323
with:
2424
ref: master
2525
- name: Configure Lean

.github/workflows/daily.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
# Checkout repository, so that we can fetch tags to decide which branch we want.
3333
- name: Checkout branch or tag
34-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
34+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3535

3636
- name: Fetch latest tags (if nightly)
3737
if: matrix.branch_type == 'nightly'
@@ -52,7 +52,7 @@ jobs:
5252
5353
# Checkout the branch or tag we want to test.
5454
- name: Checkout branch or tag
55-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
55+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5656
with:
5757
repository: ${{ matrix.branch_type == 'nightly' && 'leanprover-community/mathlib4-nightly-testing' || github.repository }}
5858
ref: ${{ env.BRANCH_REF }}
@@ -106,7 +106,7 @@ jobs:
106106
branch_type: [master, nightly]
107107
steps:
108108
- name: Checkout repository
109-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
109+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
110110

111111
- name: Get job status and URLs
112112
id: get-status
@@ -175,7 +175,7 @@ jobs:
175175
steps:
176176
# Checkout repository, so that we can fetch tags to decide which branch we want.
177177
- name: Checkout branch or tag
178-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
178+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
179179

180180
- name: Fetch latest tags (if nightly)
181181
if: matrix.branch_type == 'nightly'
@@ -196,7 +196,7 @@ jobs:
196196
197197
# Checkout the branch or tag we want to test.
198198
- name: Checkout branch or tag
199-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
199+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
200200
with:
201201
repository: ${{ matrix.branch_type == 'nightly' && 'leanprover-community/mathlib4-nightly-testing' || github.repository }}
202202
ref: ${{ env.BRANCH_REF }}
@@ -225,7 +225,7 @@ jobs:
225225
branch_type: [master, nightly]
226226
steps:
227227
- name: Checkout repository
228-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
228+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
229229

230230
- name: Get job status and URLs
231231
id: get-status

0 commit comments

Comments
 (0)