Skip to content

Commit 3f91e3e

Browse files
chore(deps): bump the actions-version-updates group across 1 directory with 12 updates (#40158)
Bumps the actions-version-updates group with 12 updates in the /.github/workflows directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `6.0.3` | | [leanprover/lean-action](https://github.com/leanprover/lean-action) | `1.4.0` | `1.5.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `3.1.1` | `3.2.0` | | [tspascoal/get-user-teams-membership](https://github.com/tspascoal/get-user-teams-membership) | `4.0.1` | `4.0.2` | | [GrantBirki/comment](https://github.com/grantbirki/comment) | `2.1.1` | `3.0.0` | | [zulip/github-actions-zulip](https://github.com/zulip/github-actions-zulip) | `1.0.2` | `2.0.1` | | [docker/login-action](https://github.com/docker/login-action) | `4.1.0` | `4.2.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `6.0.0` | `6.1.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `7.1.0` | `7.2.0` | | [eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict) | `3.0.3` | `3.1.0` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `8.1.0` | `8.1.1` |
1 parent 8c5c639 commit 3f91e3e

36 files changed

Lines changed: 111 additions & 111 deletions

.github/workflows/PR_summary.yml

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

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2121
with:
2222
ref: ${{ github.event.pull_request.head.sha }}
2323
fetch-depth: 0
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Checkout local actions
29-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3030
with:
3131
ref: ${{ github.workflow_sha }}
3232
fetch-depth: 1

.github/workflows/actionlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
12+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1313

1414
- name: suggester / actionlint
1515
uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1.72.0
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525

2626
# Using our fork's PR branch until upstream merges the improved error reporting:
2727
# https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/288

.github/workflows/add_label_from_diff.yaml

Lines changed: 2 additions & 2 deletions
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 master branch to build autolabel from
25-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2626
with:
2727
ref: master
2828
path: tools
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
lake build autolabel
4040
- name: Checkout branch to label
41-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4242
with:
4343
ref: ${{ github.event.pull_request.head.sha || github.sha }}
4444
fetch-depth: 0

.github/workflows/build_template.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
# Checkout a trusted branch to build the tooling from
9191
- name: Checkout tools branch
92-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
92+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9393
with:
9494
# Recall that on the `leanprover-community/mathlib4-nightly-testing` repository,
9595
# we don't maintain a `master` branch at all.
@@ -99,7 +99,7 @@ jobs:
9999
path: tools-branch
100100

101101
- name: Checkout local actions
102-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
102+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
103103
with:
104104
ref: ${{ github.workflow_sha }}
105105
fetch-depth: 1
@@ -122,7 +122,7 @@ jobs:
122122

123123
# Checkout the PR branch into a subdirectory
124124
- name: Checkout PR branch
125-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
125+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
126126
with:
127127
ref: ${{ inputs.pr_branch_ref }}
128128
fetch-depth: 2 # we may fetch cache from the commit before this one (or earlier)
@@ -577,7 +577,7 @@ jobs:
577577
- name: Generate lean-pr-testing app token
578578
if: ${{ always() && github.repository == 'leanprover-community/mathlib4-nightly-testing' && (startsWith(github.ref_name, 'lean-pr-testing-') || startsWith(github.ref_name, 'batteries-pr-testing-')) }}
579579
id: lean-pr-testing-token
580-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
580+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
581581
with:
582582
# `batteries-pr-testing-*` branches need a token scoped to `leanprover-community/batteries`
583583
# for the labelling API; `lean-pr-testing-*` branches need one scoped to `leanprover/lean4`.
@@ -617,7 +617,7 @@ jobs:
617617
if: ${{ always() && needs.build.outputs.cache-staging-has-files == 'true' }}
618618
steps:
619619
- name: Checkout tools branch
620-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
620+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
621621
with:
622622
ref: ${{ inputs.tools_branch_ref != '' && inputs.tools_branch_ref || (github.repository == 'leanprover-community/mathlib4-nightly-testing' && 'nightly-testing-green' || 'master') }}
623623
fetch-depth: 1
@@ -693,7 +693,7 @@ jobs:
693693
contents: read
694694
steps:
695695

696-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
696+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
697697
with:
698698
ref: ${{ inputs.pr_branch_ref }}
699699
# Untrusted (potentially fork) checkout: don't persist the GITHUB_TOKEN into its .git/config.
@@ -743,7 +743,7 @@ jobs:
743743
lake exe graph
744744
745745
- name: Checkout local actions
746-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
746+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
747747
with:
748748
ref: ${{ github.workflow_sha }}
749749
fetch-depth: 1
@@ -908,7 +908,7 @@ jobs:
908908
steps.get-label-actor.outputs.username != 'mathlib-update-dependencies' &&
909909
steps.get-label-actor.outputs.username != 'mathlib-splicebot'
910910
name: check team membership
911-
uses: tspascoal/get-user-teams-membership@818140d631d5f29f26b151afbe4179f87d9ceb5e # v4.0.1
911+
uses: tspascoal/get-user-teams-membership@b2546c5affc730fd8e3d8483ae9ad3621938c2f9 # v4.0.2
912912
id: actorTeams
913913
with:
914914
organization: leanprover-community # optional. Default value ${{ github.repository_owner }}
@@ -927,7 +927,7 @@ jobs:
927927
contains(steps.actorTeams.outputs.teams, 'bot-users')
928928
)
929929
name: If `auto-merge-after-CI` is present, add a `bors merge` comment.
930-
uses: GrantBirki/comment@608e41b19bc973020ec0e189ebfdae935d7fe0cc # v2.1.1
930+
uses: GrantBirki/comment@3439715f0cf3b8fc29bf47be0e3226679c06c41a # v3.0.0
931931
with:
932932
# This token is masked by the token minting action and will not be logged accidentally.
933933
token: ${{ steps.auto-merge-app-token.outputs.token }}

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2323
with:
2424
ref: master
2525
- name: Configure Lean

.github/workflows/commit_verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
# This is a quick check to avoid unnecessary runs
3434
steps:
3535
- name: Checkout PR head
36-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
36+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3737
with:
3838
# Checkout the actual PR head, not the merge commit GitHub creates
3939
ref: ${{ github.event.pull_request.head.sha }}
4040
# Fetch full history to access all PR commits
4141
fetch-depth: 0
4242
- name: Checkout local actions
43-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4444
with:
4545
ref: ${{ github.workflow_sha }}
4646
fetch-depth: 1

.github/workflows/daily-master-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: github.repository == 'leanprover-community/mathlib4'
1616
steps:
17-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818
with:
1919
ref: master
2020

.github/workflows/daily.yml

Lines changed: 15 additions & 15 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5656
with:
5757
repository: ${{ matrix.branch_type == 'nightly' && 'leanprover-community/mathlib4-nightly-testing' || github.repository }}
5858
ref: ${{ env.BRANCH_REF }}
@@ -82,7 +82,7 @@ jobs:
8282
branch_type: [master, nightly]
8383
steps:
8484
- name: Checkout repository
85-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
85+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8686

8787
- name: Get job status and URLs
8888
id: get-status
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Post success message for leanchecker on Zulip
124124
if: steps.get-status.outputs.job_conclusion == 'success'
125-
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1.0.2
125+
uses: zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2.0.1
126126
with:
127127
api-key: ${{ secrets.ZULIP_API_KEY }}
128128
email: 'github-mathlib4-bot@leanprover.zulipchat.com'
@@ -135,7 +135,7 @@ jobs:
135135
136136
- name: Post failure / cancelled message for leanchecker on Zulip
137137
if: steps.get-status.outputs.job_conclusion != 'success'
138-
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1.0.2
138+
uses: zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2.0.1
139139
with:
140140
api-key: ${{ secrets.ZULIP_API_KEY }}
141141
email: 'github-mathlib4-bot@leanprover.zulipchat.com'
@@ -156,7 +156,7 @@ jobs:
156156
steps:
157157
# Checkout repository, so that we can fetch tags to decide which branch we want.
158158
- name: Checkout branch or tag
159-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
159+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
160160

161161
- name: Fetch latest tags (if nightly)
162162
if: matrix.branch_type == 'nightly'
@@ -177,7 +177,7 @@ jobs:
177177
178178
# Checkout the branch or tag we want to test.
179179
- name: Checkout branch or tag
180-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
180+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
181181
with:
182182
repository: ${{ matrix.branch_type == 'nightly' && 'leanprover-community/mathlib4-nightly-testing' || github.repository }}
183183
ref: ${{ env.BRANCH_REF }}
@@ -205,7 +205,7 @@ jobs:
205205
branch_type: [master, nightly]
206206
steps:
207207
- name: Checkout repository
208-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
208+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
209209

210210
- name: Get job status and URLs
211211
id: get-status
@@ -245,7 +245,7 @@ jobs:
245245
246246
- name: Post success message for mathlib_test_executable on Zulip
247247
if: steps.get-status.outputs.job_conclusion == 'success'
248-
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1.0.2
248+
uses: zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2.0.1
249249
with:
250250
api-key: ${{ secrets.ZULIP_API_KEY }}
251251
email: 'github-mathlib4-bot@leanprover.zulipchat.com'
@@ -258,7 +258,7 @@ jobs:
258258
259259
- name: Post failure / cancelled message for mathlib_test_executable on Zulip
260260
if: steps.get-status.outputs.job_conclusion != 'success'
261-
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1.0.2
261+
uses: zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2.0.1
262262
with:
263263
api-key: ${{ secrets.ZULIP_API_KEY }}
264264
email: 'github-mathlib4-bot@leanprover.zulipchat.com'
@@ -279,7 +279,7 @@ jobs:
279279
steps:
280280
# Checkout repository, so that we can fetch tags to decide which branch we want.
281281
- name: Checkout branch or tag
282-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
282+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
283283

284284
- name: Fetch latest tags (if nightly)
285285
if: matrix.branch_type == 'nightly'
@@ -300,7 +300,7 @@ jobs:
300300
301301
# Checkout the branch or tag we want to test.
302302
- name: Checkout branch or tag
303-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
303+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
304304
with:
305305
repository: ${{ matrix.branch_type == 'nightly' && 'leanprover-community/mathlib4-nightly-testing' || github.repository }}
306306
ref: ${{ env.BRANCH_REF }}
@@ -370,7 +370,7 @@ jobs:
370370
branch_type: [master, nightly]
371371
steps:
372372
- name: Checkout repository
373-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
373+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
374374

375375
- name: Get job status and URLs
376376
id: get-status
@@ -410,7 +410,7 @@ jobs:
410410
411411
- name: Post success message for nanoda on Zulip
412412
if: steps.get-status.outputs.job_conclusion == 'success'
413-
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1.0.2
413+
uses: zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2.0.1
414414
with:
415415
api-key: ${{ secrets.ZULIP_API_KEY }}
416416
email: 'github-mathlib4-bot@leanprover.zulipchat.com'
@@ -423,7 +423,7 @@ jobs:
423423
424424
- name: Post failure / cancelled message for nanoda on Zulip
425425
if: steps.get-status.outputs.job_conclusion != 'success'
426-
uses: zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5 # v1.0.2
426+
uses: zulip/github-actions-zulip/send-message@bd8ec52de371d139ae8313661b7d8318c19266aa # v2.0.1
427427
with:
428428
api-key: ${{ secrets.ZULIP_API_KEY }}
429429
email: 'github-mathlib4-bot@leanprover.zulipchat.com'

.github/workflows/decls-diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
} | tee -a "$GITHUB_OUTPUT"
5252
5353
- name: Checkout new commit
54-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
54+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5555
with:
5656
ref: ${{ steps.meta.outputs.new-sha }}
5757
fetch-depth: 0
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Checkout local actions
113113
if: steps.master-run.outputs.found == 'true'
114-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
114+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
115115
with:
116116
ref: ${{ github.workflow_sha }}
117117
fetch-depth: 1

.github/workflows/docker_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
steps:
2828
# documentation at
2929
# https://docs.github.com/en/actions/use-cases-and-examples/publishing-packages/publishing-docker-images
30-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131
- name: Log in to the container registry
32-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
32+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
3333
with:
3434
registry: ${{ env.REGISTRY }}
3535
# might need set as `secrets.DOCKER_USERNAME` and `secrets.DOCKER_PASSWORD`
@@ -38,7 +38,7 @@ jobs:
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939
- name: Extract metadata (tags, labels) for docker
4040
id: meta
41-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
41+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
4242
with:
4343
images: ${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ matrix.image }}
4444
tags: |
@@ -51,7 +51,7 @@ jobs:
5151
org.opencontainers.image.licenses=Apache-2.0
5252
- name: Build and push docker image
5353
id: push
54-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
54+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
5555
with:
5656
context: .
5757
file: .docker/${{ matrix.image }}/Dockerfile

0 commit comments

Comments
 (0)