Skip to content

Commit 25838a0

Browse files
Bump the github-actions group with 8 updates
Bumps the github-actions group with 8 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3.1.0` | `4.2.2` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3.1.0` | `4.6.1` | | [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `39` | `45` | | [actions/github-script](https://github.com/actions/github-script) | `3` | `7` | | [actions/labeler](https://github.com/actions/labeler) | `4` | `5` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `1.0.0` | `2.2.2` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.3.1` | `2.4.1` | | [github/codeql-action](https://github.com/github/codeql-action) | `2.2.4` | `3.28.10` | Updates `actions/checkout` from 3.1.0 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v3.1.0...v4.2.2) Updates `actions/upload-artifact` from 3.1.0 to 4.6.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.0...v4.6.1) Updates `tj-actions/changed-files` from 39 to 45 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v39...v45) Updates `actions/github-script` from 3 to 7 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3...v7) Updates `actions/labeler` from 4 to 5 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v4...v5) Updates `actions/attest-build-provenance` from 1.0.0 to 2.2.2 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@897ed5e...bd77c07) Updates `ossf/scorecard-action` from 2.3.1 to 2.4.1 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@0864cf1...f49aabe) Updates `github/codeql-action` from 2.2.4 to 3.28.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@17573ee...b56ba49) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2ab0704 commit 25838a0

37 files changed

+84
-84
lines changed

.github/workflows/build-ci-container-windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
container-filename: ${{ steps.vars.outputs.container-filename }}
2828
steps:
2929
- name: Checkout LLVM
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v4.2.2
3131
with:
3232
sparse-checkout: .github/workflows/containers/github-action-ci-windows
3333
- name: Write Variables
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
docker save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}
4848
- name: Upload container image
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v4.6.1
5050
with:
5151
name: container
5252
path: ${{ steps.vars.outputs.container-filename }}

.github/workflows/build-ci-container.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
container-agent-filename: ${{ steps.vars.outputs.container-agent-filename }}
3131
steps:
3232
- name: Checkout LLVM
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v4.2.2
3434
with:
3535
sparse-checkout: .github/workflows/containers/github-action-ci/
3636
- name: Write Variables
@@ -59,7 +59,7 @@ jobs:
5959
podman save ${{ steps.vars.outputs.container-name-agent-tag }} > ${{ steps.vars.outputs.container-agent-filename }}
6060
6161
- name: Upload container image
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v4.6.1
6363
with:
6464
name: container
6565
path: "*.tar"

.github/workflows/build-metrics-container.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
container-filename: ${{ steps.vars.outputs.container-filename }}
2828
steps:
2929
- name: Checkout LLVM
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v4.2.2
3131
with:
3232
sparse-checkout: .ci/metrics/
3333
- name: Write Variables
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
podman save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}
5151
- name: Upload Container Image
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v4.6.1
5353
with:
5454
name: container
5555
path: ${{ steps.vars.outputs.container-filename }}

.github/workflows/ci-post-commit-analyzer.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
LLVM_VERSION: 18
4242
steps:
4343
- name: Checkout Source
44-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
44+
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.1.1
4545

4646
- name: Setup ccache
4747
uses: hendrikmuhs/ccache-action@v1
@@ -87,7 +87,7 @@ jobs:
8787
scan-build --generate-index-only build/analyzer-results
8888
8989
- name: Upload Results
90-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.0
90+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 #v4.6.1
9191
if: always()
9292
with:
9393
name: analyzer-results

.github/workflows/clang-cir-rebase.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v4.2.2
1919
with:
2020
fetch-depth: 0
2121
token: ${{ secrets.WORKFLOW_TOKEN }}

.github/workflows/commit-access-review.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- name: Fetch LLVM sources
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v4.2.2
1919

2020
- name: Install dependencies
2121
run: |
@@ -28,7 +28,7 @@ jobs:
2828
python3 .github/workflows/commit-access-review.py $GITHUB_TOKEN
2929
3030
- name: Upload Triage List
31-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.0
31+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 #v4.6.1
3232
with:
3333
name: triagers
3434
path: triagers.log

.github/workflows/docs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ jobs:
6060
# a local checkout beforehand.
6161
- name: Fetch LLVM sources (Push)
6262
if: ${{ github.event_name == 'push' }}
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v4.2.2
6464
with:
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@v45
6969
with:
7070
files_yaml: |
7171
llvm:
@@ -98,7 +98,7 @@ jobs:
9898
- '.github/workflows/docs.yml'
9999
- name: Fetch LLVM sources (PR)
100100
if: ${{ github.event_name == 'pull_request' }}
101-
uses: actions/checkout@v4
101+
uses: actions/checkout@v4.2.2
102102
with:
103103
fetch-depth: 1
104104
- name: Setup Python env
@@ -216,7 +216,7 @@ jobs:
216216
mkdir built-docs/flang
217217
cp -r flang-build/docs/* built-docs/flang/
218218
- name: Upload docs
219-
uses: actions/upload-artifact@v4
219+
uses: actions/upload-artifact@v4.6.1
220220
with:
221221
name: docs-output
222222
path: built-docs/

.github/workflows/email-check.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.repository == 'llvm/llvm-project'
1515
steps:
1616
- name: Fetch LLVM sources
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v4.2.2
1818
with:
1919
ref: ${{ github.event.pull_request.head.sha }}
2020

@@ -38,7 +38,7 @@ jobs:
3838
[{"body" : "$COMMENT"}]
3939
EOF
4040
41-
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.0
41+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 #v4.6.1
4242
if: always()
4343
with:
4444
name: workflow-args

.github/workflows/hlsl-test-all.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@ jobs:
2929
runs-on: ${{ inputs.SKU }}
3030
steps:
3131
- name: Checkout DXC
32-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
32+
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.1.1
3333
with:
3434
repository: Microsoft/DirectXShaderCompiler
3535
ref: main
3636
path: DXC
3737
submodules: true
3838
- name: Checkout LLVM
39-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
39+
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.1.1
4040
with:
4141
ref: ${{ inputs.LLVM-branch }}
4242
path: llvm-project
4343
- name: Checkout OffloadTest
44-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
44+
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.1.1
4545
with:
4646
repository: llvm-beanz/offload-test-suite
4747
ref: main
4848
path: OffloadTest
4949
- name: Checkout Golden Images
50-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
50+
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.1.1
5151
with:
5252
repository: llvm-beanz/offload-golden-images
5353
ref: main

.github/workflows/issue-release-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
contains(github.event.action == 'opened' && github.event.issue.body || github.event.comment.body, '/cherry-pick')
4343
steps:
4444
- name: Fetch LLVM sources
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v4.2.2
4646
with:
4747
repository: llvm/llvm-project
4848
# GitHub stores the token used for checkout and uses it for pushes

.github/workflows/issue-subscriber.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.repository == 'llvm/llvm-project'
1515
steps:
1616
- name: Checkout Automation Script
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v4.2.2
1818
with:
1919
sparse-checkout: llvm/utils/git/
2020
ref: main

.github/workflows/issue-write.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
)
2626
steps:
2727
- name: Fetch Sources
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v4.2.2
2929
with:
3030
sparse-checkout: |
3131
.github/workflows/unprivileged-download-artifact/action.yml
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: 'Comment on PR'
4141
if: steps.download-artifact.outputs.artifact-id != ''
42-
uses: actions/github-script@v3
42+
uses: actions/github-script@v7
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
script: |

.github/workflows/libc-fullbuild-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# - c_compiler: gcc
2323
# cpp_compiler: g++
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v4.2.2
2626

2727
# Libc's build is relatively small comparing with other components of LLVM.
2828
# A fresh fullbuild takes about 190MiB of uncompressed disk space, which can

.github/workflows/libc-overlay-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cpp_compiler: clang++
3333

3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v4.2.2
3636

3737
# Libc's build is relatively small comparing with other components of LLVM.
3838
# A fresh linux overlay takes about 180MiB of uncompressed disk space, which can

.github/workflows/libclang-abi-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
LLVM_VERSION_PATCH: ${{ steps.version.outputs.patch }}
3939
steps:
4040
- name: Checkout source
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v4.2.2
4242
with:
4343
fetch-depth: 250
4444

@@ -130,7 +130,7 @@ jobs:
130130
sed -i 's/LLVM_[0-9]\+/LLVM_NOVERSION/' $lib-${{ matrix.ref }}.abi
131131
done
132132
- name: Upload ABI file
133-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 4.6.0
133+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # 4.6.1
134134
with:
135135
name: ${{ matrix.name }}
136136
path: '*${{ matrix.ref }}.abi'
@@ -162,7 +162,7 @@ jobs:
162162
done
163163
- name: Upload ABI Comparison
164164
if: always()
165-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 4.6.0
165+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # 4.6.1
166166
with:
167167
name: compat-report-${{ github.sha }}
168168
path: compat_reports/

.github/workflows/libcxx-build-and-test.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252
cc: 'gcc-14'
5353
cxx: 'g++-14'
5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v4.2.2
5656
- name: ${{ matrix.config }}.${{ matrix.cxx }}
5757
run: libcxx/utils/ci/run-buildbot ${{ matrix.config }}
5858
env:
5959
CC: ${{ matrix.cc }}
6060
CXX: ${{ matrix.cxx }}
61-
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
61+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6262
if: always()
6363
with:
6464
name: ${{ matrix.config }}-${{ matrix.cxx }}-results
@@ -98,13 +98,13 @@ jobs:
9898
cc: 'clang-18'
9999
cxx: 'clang++-18'
100100
steps:
101-
- uses: actions/checkout@v4
101+
- uses: actions/checkout@v4.2.2
102102
- name: ${{ matrix.config }}
103103
run: libcxx/utils/ci/run-buildbot ${{ matrix.config }}
104104
env:
105105
CC: ${{ matrix.cc }}
106106
CXX: ${{ matrix.cxx }}
107-
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
107+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
108108
if: always() # Upload artifacts even if the build or test suite fails
109109
with:
110110
name: ${{ matrix.config }}-${{ matrix.cxx }}-results
@@ -162,13 +162,13 @@ jobs:
162162
runs-on: ${{ matrix.machine }}
163163
container: ghcr.io/llvm/libcxx-linux-builder:d8a0709b1090350a7fe3604d8ab78c7d62f10698
164164
steps:
165-
- uses: actions/checkout@v4
165+
- uses: actions/checkout@v4.2.2
166166
- name: ${{ matrix.config }}
167167
run: libcxx/utils/ci/run-buildbot ${{ matrix.config }}
168168
env:
169169
CC: clang-19
170170
CXX: clang++-19
171-
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
171+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
172172
if: always()
173173
with:
174174
name: ${{ matrix.config }}-results
@@ -200,7 +200,7 @@ jobs:
200200
os: macos-13
201201
runs-on: ${{ matrix.os }}
202202
steps:
203-
- uses: actions/checkout@v4
203+
- uses: actions/checkout@v4.2.2
204204
- uses: maxim-lobanov/setup-xcode@v1
205205
with:
206206
xcode-version: 'latest'
@@ -211,7 +211,7 @@ jobs:
211211
source .venv/bin/activate
212212
python -m pip install psutil
213213
bash libcxx/utils/ci/run-buildbot ${{ matrix.config }}
214-
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
214+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
215215
if: always() # Upload artifacts even if the build or test suite fails
216216
with:
217217
name: macos-${{ matrix.config }}-results
@@ -240,7 +240,7 @@ jobs:
240240
- { config: mingw-dll-i686, mingw: true }
241241
- { config: mingw-incomplete-sysroot, mingw: true }
242242
steps:
243-
- uses: actions/checkout@v4
243+
- uses: actions/checkout@v4.2.2
244244
- name: Install dependencies
245245
run: |
246246
choco install -y ninja

.github/workflows/libcxx-build-containers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
packages: write
3434

3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v4.2.2
3737

3838
- name: Build the Linux builder image
3939
working-directory: libcxx/utils/ci

.github/workflows/libcxx-check-generated-files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Fetch LLVM sources
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v4.2.2
1616

1717
- name: Install dependencies
1818
uses: aminya/setup-cpp@v1

.github/workflows/libcxx-restart-preempted-jobs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: "Restart Job"
32-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea #v7.0.1
32+
uses: actions/github-script@ffc2c79a5b2490bd33e0a41c1de74b877714d736 #v3.2.0
3333
with:
3434
script: |
3535
const failure_regex = /Process completed with exit code 1./
@@ -164,7 +164,7 @@ jobs:
164164
runs-on: ubuntu-latest
165165
steps:
166166
- name: "Restart Job (test)"
167-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea #v7.0.1
167+
uses: actions/github-script@ffc2c79a5b2490bd33e0a41c1de74b877714d736 #v3.2.0
168168
with:
169169
script: |
170170
const FAILURE_REGEX = /Process completed with exit code 1./

.github/workflows/llvm-bugs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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:

.github/workflows/llvm-project-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# actions/checkout deletes any existing files in the new git directory,
9898
# so this needs to either run before ccache-action or it has to use
9999
# clean: false.
100-
- uses: actions/checkout@v4
100+
- uses: actions/checkout@v4.2.2
101101
with:
102102
ref: ${{ inputs.repo_ref || github.ref }}
103103
fetch-depth: 250

0 commit comments

Comments
 (0)